Html Css Color HEX #59B08E Keppel

📋 copy color: '#59B08E'

red 89 ◦ green 176 ◦ blue 142

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

Shades of Keppel #59B08E

Tints of Keppel #59B08E

RGB

 RED value IS 89 (35.16% from 255) = 21.87%

 GREEN value IS 176 (69.14% from 255) = 43.24%

 BLUE value IS 142 (55.86% from 255) = 34.89%

R = 21.87%
G = 43.24%
B = 34.89%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#59B08E (or 0x59B08E) is known color: Keppel. HEX triplet: 59, B0 and 8E. RGB value is (89,176,142). Sum of RGB (Red+Green+Blue) = 89+176+142=407 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.87% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 176 - color contains mainly: green. Hex color #59B08E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59B08E is #A64F71. Grayscale: #929292. Windows color (decimal): -10899314 or 9351257. OLE color: 9351257.

HSL color Cylindrical-coordinate representation of color #59B08E: hue angle of 156.55º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59B08E is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 89 176 142 -
CMYK 0.49 0 0.19 0.31
HSL 156.55º 0.36% 0.52% -
HSV(B) 156.55º 0.49% 0.69% -
XYZ 24.53 35.13 31.08 -
YUV 146.11 125.68 87.26 -
System Red Green Blue C M Y K H S L
Decimal 89 176 142 0.49 0 0.19 0.31 156.55 0.36 0.52
Hex 59 B0 8E 31 0 13 1F 9D 24 34
Octal 131 260 216 61 0 23 37 235 44 64
Binary 1011001 10110000 10001110 110001 0 10011 11111 10011101 100100 110100

Color Harmonies of #59B08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B08E

Black with #59B08E

Text Example


Text Example

White with #59B08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59B08E; }

 p { color: rgb(89,176,142); }

 H1.HeaderClassName
 {
   color: #59B08E;
 }
 .AnyTagClassName
 {
   color: #59B08E;
 }
</style>

background-color css

<style>
 a { background-color: #59B08E; }

 a { background-color: rgb(89,176,142); }

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

border-color css

<style>
 span { border-color: #59B08E; }

 span { border-color: rgb(89,176,142); }

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