#08CD88

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

Shades of Caribbean Green #08CD88

Tints of Caribbean Green #08CD88

Color information

#08CD88 (or 0x08CD88) is unknown color: approx Caribbean Green. HEX triplet: 08, CD and 88. RGB value is (8,205,136). Sum of RGB (Red+Green+Blue) = 8+205+136=349 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 349); Green value is 205 (80.47% from 255 or 58.74% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 205 - color contains mainly: green. Hex color #08CD88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CD88 is #F73277. Grayscale: #8A8A8A. Windows color (decimal): -16200312 or 8965384. OLE color: 8965384.

HSL color Cylindrical-coordinate representation of color #08CD88: hue angle of 158.98º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CD88 is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB8205136-
CMYK0.9600.340.20
HSL158.98º92.49%41.76%-
HSV(B)158.98º96.1%80.39%-
XYZ26.3845.4930.68-
YUV138.23126.7335.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.29%
GREEN value IS 205 (80.47% from 255) = 58.74%
BLUE value IS 136 (53.52% from 255) = 38.97%
R=2.29%
G=58.74%
B=38.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal82051360.9600.340.20158.9892.4941.76
Hex8CD8860022149f5c2a
Octal103152101400422423713452
Binary100011001101100010001100000010001010100100111111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08CD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,205,136); }

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

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

 a { background-color: rgb(8,205,136); }

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

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

 span { border-color: rgb(8,205,136); }

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