Html Css Color HEX #08DBAF Caribbean Green

📋 copy color: '#08DBAF'

red 8 ◦ green 219 ◦ blue 175

#08DBAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #08DBAF

Tints of Caribbean Green #08DBAF

RGB

 RED value IS 8 (3.52% from 255) = 1.99%

 GREEN value IS 219 (85.94% from 255) = 54.48%

 BLUE value IS 175 (68.75% from 255) = 43.53%

R = 1.99%
G = 54.48%
B = 43.53%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#08DBAF (or 0x08DBAF) is known color: Caribbean Green. HEX triplet: 08, DB and AF. RGB value is (8,219,175). Sum of RGB (Red+Green+Blue) = 8+219+175=402 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.99% from 402); Green value is 219 (85.94% from 255 or 54.48% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 219 - color contains mainly: green. Hex color #08DBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08DBAF is #F72450. Grayscale: #969696. Windows color (decimal): -16196689 or 11524872. OLE color: 11524872.

HSL color Cylindrical-coordinate representation of color #08DBAF: hue angle of 167.49º 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 #08DBAF is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 219 175 -
CMYK 0.96 0 0.20 0.14
HSL 167.49º 0.93% 0.45% -
HSV(B) 167.49º 0.96% 0.86% -
XYZ 33.17 53.81 49.2 -
YUV 150.9 141.6 26.08 -
System Red Green Blue C M Y K H S L
Decimal 8 219 175 0.96 0 0.20 0.14 167.49 0.93 0.45
Hex 8 DB AF 60 0 14 E A7 5D 2D
Octal 10 333 257 140 0 24 16 247 135 55
Binary 1000 11011011 10101111 1100000 0 10100 1110 10100111 1011101 101101

Color Harmonies of #08DBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DBAF

Black with #08DBAF

Text Example


Text Example

White with #08DBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,219,175); }

 H1.HeaderClassName
 {
   color: #08DBAF;
 }
 .AnyTagClassName
 {
   color: #08DBAF;
 }
</style>

background-color css

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

 a { background-color: rgb(8,219,175); }

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

border-color css

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

 span { border-color: rgb(8,219,175); }

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