#08DCAD

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

Shades of Caribbean Green #08DCAD

Tints of Caribbean Green #08DCAD

Color information

#08DCAD (or 0x08DCAD) is unknown color: approx Caribbean Green. HEX triplet: 08, DC and AD. RGB value is (8,220,173). Sum of RGB (Red+Green+Blue) = 8+220+173=401 (53% of max value = 765). Red value is 8 (3.52% from 255 or 2.00% from 401); Green value is 220 (86.33% from 255 or 54.86% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 220 - color contains mainly: green. Hex color #08DCAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08DCAD is #F72352. Grayscale: #979797. Windows color (decimal): -16196435 or 11394056. OLE color: 11394056.

HSL color Cylindrical-coordinate representation of color #08DCAD: hue angle of 166.7º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DCAD is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB8220173-
CMYK0.9600.210.14
HSL166.7º92.98%44.71%-
HSV(B)166.7º96.36%86.27%-
XYZ33.2454.2648.26-
YUV151.25140.2625.82-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.00%
GREEN value IS 220 (86.33% from 255) = 54.86%
BLUE value IS 173 (67.97% from 255) = 43.14%
R=2.00%
G=54.86%
B=43.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal82201730.9600.210.14166.792.9844.71
Hex8DCAD60015Ea75d2d
Octal103342551400251624713555
Binary1000110111001010110111000000101011110101001111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08DCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,220,173); }

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

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

 a { background-color: rgb(8,220,173); }

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

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

 span { border-color: rgb(8,220,173); }

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