Html Css Color HEX #08DBAB Caribbean Green

📋 copy color: '#08DBAB'

red 8 ◦ green 219 ◦ blue 171

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

Shades of Caribbean Green #08DBAB

Tints of Caribbean Green #08DBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.96%

R = 2.01%
G = 55.03%
B = 42.96%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#08DBAB (or 0x08DBAB) is known color: Caribbean Green. HEX triplet: 08, DB and AB. RGB value is (8,219,171). Sum of RGB (Red+Green+Blue) = 8+219+171=398 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.01% from 398); Green value is 219 (85.94% from 255 or 55.03% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 219 - color contains mainly: green. Hex color #08DBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08DBAB is #F72454. Grayscale: #969696. Windows color (decimal): -16196693 or 11262728. OLE color: 11262728.

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

Color convert

RGB 8 219 171 -
CMYK 0.96 0 0.22 0.14
HSL 166.35º 0.93% 0.45% -
HSV(B) 166.35º 0.96% 0.86% -
XYZ 32.78 53.65 47.16 -
YUV 150.44 139.6 26.4 -
System Red Green Blue C M Y K H S L
Decimal 8 219 171 0.96 0 0.22 0.14 166.35 0.93 0.45
Hex 8 DB AB 60 0 16 E A6 5D 2D
Octal 10 333 253 140 0 26 16 246 135 55
Binary 1000 11011011 10101011 1100000 0 10110 1110 10100110 1011101 101101

Color Harmonies of #08DBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DBAB

Black with #08DBAB

Text Example


Text Example

White with #08DBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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