#5BB08E

Color #5BB08E Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #5BB08E

Tints of Keppel #5BB08E

Color information

#5BB08E (or 0x5BB08E) is unknown color: approx Keppel. HEX triplet: 5B, B0 and 8E. RGB value is (91,176,142). Sum of RGB (Red+Green+Blue) = 91+176+142=409 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.25% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 176 - color contains mainly: green. Hex color #5BB08E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BB08E is #A44F71. Grayscale: #929292. Windows color (decimal): -10768242 or 9351259. OLE color: 9351259.

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

Color convert

RGB91176142-
CMYK0.4800.190.31
HSL156º34.98%52.35%-
HSV(B)156º48.3%69.02%-
XYZ24.7235.2331.09-
YUV146.71125.3488.26-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.25%
GREEN value IS 176 (69.14% from 255) = 43.03%
BLUE value IS 142 (55.86% from 255) = 34.72%
R=22.25%
G=43.03%
B=34.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal911761420.4800.190.3115634.9852.35
Hex5BB08E300131F9c2334
Octal13326021660023372344364
Binary101101110110000100011101100000100111111110011100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5BB08E;
 }
 .AnyTagClassName
 {
   color: #5BB08E;
 }
</style>
background-color css

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

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

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

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

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

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