Html Css Color HEX #5BAE98 Keppel

📋 copy color: '#5BAE98'

red 91 ◦ green 174 ◦ blue 152

#5BAE98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Keppel #5BAE98

Tints of Keppel #5BAE98

RGB

 RED value IS 91 (35.94% from 255) = 21.82%

 GREEN value IS 174 (68.36% from 255) = 41.73%

 BLUE value IS 152 (59.77% from 255) = 36.45%

R = 21.82%
G = 41.73%
B = 36.45%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5BAE98 (or 0x5BAE98) is known color: Keppel. HEX triplet: 5B, AE and 98. RGB value is (91,174,152). Sum of RGB (Red+Green+Blue) = 91+174+152=417 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.82% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAE98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAE98 is #A45167. Grayscale: #929292. Windows color (decimal): -10768744 or 10006107. OLE color: 10006107.

HSL color Cylindrical-coordinate representation of color #5BAE98: hue angle of 164.1º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAE98 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 91 174 152 -
CMYK 0.48 0 0.13 0.32
HSL 164.1º 0.34% 0.52% -
HSV(B) 164.1º 0.48% 0.68% -
XYZ 25.12 34.76 35.09 -
YUV 146.68 131 88.29 -
System Red Green Blue C M Y K H S L
Decimal 91 174 152 0.48 0 0.13 0.32 164.1 0.34 0.52
Hex 5B AE 98 30 0 D 20 A4 22 34
Octal 133 256 230 60 0 15 40 244 42 64
Binary 1011011 10101110 10011000 110000 0 1101 100000 10100100 100010 110100

Color Harmonies of #5BAE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAE98

Black with #5BAE98

Text Example


Text Example

White with #5BAE98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5BAE98; }

 p { color: rgb(91,174,152); }

 H1.HeaderClassName
 {
   color: #5BAE98;
 }
 .AnyTagClassName
 {
   color: #5BAE98;
 }
</style>

background-color css

<style>
 a { background-color: #5BAE98; }

 a { background-color: rgb(91,174,152); }

 div.DivClassName
 {
   background-color: #5BAE98;
 }
 .BgClassName
 {
   background-color: #5BAE98;
 }
</style>

border-color css

<style>
 span { border-color: #5BAE98; }

 span { border-color: rgb(91,174,152); }

 td.TdClassName
 {
   border-color: #5BAE98;
 }
 .TagClassName
 {
   border-color: #5BAE98;
 }
</style>