#08C58B

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

Shades of Caribbean Green #08C58B

Tints of Caribbean Green #08C58B

Color information

#08C58B (or 0x08C58B) is unknown color: approx Caribbean Green. HEX triplet: 08, C5 and 8B. RGB value is (8,197,139). Sum of RGB (Red+Green+Blue) = 8+197+139=344 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 344); Green value is 197 (77.34% from 255 or 57.27% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 197 - color contains mainly: green. Hex color #08C58B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C58B is #F73A74. Grayscale: #858585. Windows color (decimal): -16202357 or 9159944. OLE color: 9159944.

HSL color Cylindrical-coordinate representation of color #08C58B: hue angle of 161.59º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C58B is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB8197139-
CMYK0.9600.290.23
HSL161.59º92.2%40.2%-
HSV(B)161.59º95.94%77.25%-
XYZ24.7341.8531.2-
YUV133.88130.8838.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.33%
GREEN value IS 197 (77.34% from 255) = 57.27%
BLUE value IS 139 (54.69% from 255) = 40.41%
R=2.33%
G=57.27%
B=40.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal81971390.9600.290.23161.5992.240.2
Hex8C58B6001D17a25c28
Octal103052131400352724213450
Binary10001100010110001011110000001110110111101000101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08C58B; }

 p { color: rgb(8,197,139); }

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

<style>
 a { background-color: #08C58B; }

 a { background-color: rgb(8,197,139); }

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

<style>
 span { border-color: #08C58B; }

 span { border-color: rgb(8,197,139); }

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