#08DAAC

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

Shades of Caribbean Green #08DAAC

Tints of Caribbean Green #08DAAC

Color information

#08DAAC (or 0x08DAAC) is unknown color: approx Caribbean Green. HEX triplet: 08, DA and AC. RGB value is (8,218,172). Sum of RGB (Red+Green+Blue) = 8+218+172=398 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.01% from 398); Green value is 218 (85.55% from 255 or 54.77% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 218 - color contains mainly: green. Hex color #08DAAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08DAAC is #F72553. Grayscale: #959595. Windows color (decimal): -16196948 or 11328008. OLE color: 11328008.

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

Color convert

RGB8218172-
CMYK0.9600.210.15
HSL166.86º92.92%44.31%-
HSV(B)166.86º96.33%85.49%-
XYZ32.6253.1747.57-
YUV149.97140.4326.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.01%
GREEN value IS 218 (85.55% from 255) = 54.77%
BLUE value IS 172 (67.58% from 255) = 43.22%
R=2.01%
G=54.77%
B=43.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal82181720.9600.210.15166.8692.9244.31
Hex8DAAC60015Fa75d2c
Octal103322541400251724713554
Binary1000110110101010110011000000101011111101001111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08DAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,218,172); }

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

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

 a { background-color: rgb(8,218,172); }

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

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

 span { border-color: rgb(8,218,172); }

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