#05B99E

Color #05B99E Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #05B99E

Tints of Caribbean Green #05B99E

Color information

#05B99E (or 0x05B99E) is unknown color: approx Caribbean Green. HEX triplet: 05, B9 and 9E. RGB value is (5,185,158). Sum of RGB (Red+Green+Blue) = 5+185+158=348 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 348); Green value is 185 (72.66% from 255 or 53.16% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 185 - color contains mainly: green. Hex color #05B99E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05B99E is #FA4661. Grayscale: #808080. Windows color (decimal): -16402018 or 10402053. OLE color: 10402053.

HSL color Cylindrical-coordinate representation of color #05B99E: hue angle of 171º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B99E is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB5185158-
CMYK0.9700.150.27
HSL171º94.74%37.25%-
HSV(B)171º97.3%72.55%-
XYZ23.5837.238.28-
YUV128.1144.8740.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.44%
GREEN value IS 185 (72.66% from 255) = 53.16%
BLUE value IS 158 (62.11% from 255) = 45.40%
R=1.44%
G=53.16%
B=45.40%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51851580.9700.150.2717194.7437.25
Hex5B99E610F1Bab5f25
Octal52712361410173325313745
Binary101101110011001111011000010111111011101010111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05B99E; }

 p { color: rgb(5,185,158); }

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

<style>
 a { background-color: #05B99E; }

 a { background-color: rgb(5,185,158); }

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

<style>
 span { border-color: #05B99E; }

 span { border-color: rgb(5,185,158); }

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