#05CEB0

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

Shades of Caribbean Green #05CEB0

Tints of Caribbean Green #05CEB0

Color information

#05CEB0 (or 0x05CEB0) is unknown color: approx Caribbean Green. HEX triplet: 05, CE and B0. RGB value is (5,206,176). Sum of RGB (Red+Green+Blue) = 5+206+176=387 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 387); Green value is 206 (80.86% from 255 or 53.23% from 387); Blue value is 176 (69.14% from 255 or 45.48% from 387); Max value from RGB is 206 - color contains mainly: green. Hex color #05CEB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CEB0 is #FA314F. Grayscale: #8E8E8E. Windows color (decimal): -16396624 or 11587077. OLE color: 11587077.

HSL color Cylindrical-coordinate representation of color #05CEB0: hue angle of 171.04º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CEB0 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB5206176-
CMYK0.9800.150.19
HSL171.04º95.26%41.37%-
HSV(B)171.04º97.57%80.78%-
XYZ29.9747.3148.63-
YUV142.48146.9129.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.29%
GREEN value IS 206 (80.86% from 255) = 53.23%
BLUE value IS 176 (69.14% from 255) = 45.48%
R=1.29%
G=53.23%
B=45.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal52061760.9800.150.19171.0495.2641.37
Hex5CEB0620F13ab5f29
Octal53162601420172325313751
Binary101110011101011000011000100111110011101010111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05CEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,206,176); }

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

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

 a { background-color: rgb(5,206,176); }

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

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

 span { border-color: rgb(5,206,176); }

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