Html Css Color HEX #08DBA5 Caribbean Green

📋 copy color: '#08DBA5'

red 8 ◦ green 219 ◦ blue 165

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

Shades of Caribbean Green #08DBA5

Tints of Caribbean Green #08DBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.09%

R = 2.04%
G = 55.87%
B = 42.09%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#08DBA5 (or 0x08DBA5) is known color: Caribbean Green. HEX triplet: 08, DB and A5. RGB value is (8,219,165). Sum of RGB (Red+Green+Blue) = 8+219+165=392 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.04% from 392); Green value is 219 (85.94% from 255 or 55.87% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 219 - color contains mainly: green. Hex color #08DBA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08DBA5 is #F7245A. Grayscale: #959595. Windows color (decimal): -16196699 or 10869512. OLE color: 10869512.

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

Color convert

RGB 8 219 165 -
CMYK 0.96 0 0.25 0.14
HSL 164.64º 0.93% 0.45% -
HSV(B) 164.64º 0.96% 0.86% -
XYZ 32.22 53.43 44.21 -
YUV 149.76 136.6 26.89 -
System Red Green Blue C M Y K H S L
Decimal 8 219 165 0.96 0 0.25 0.14 164.64 0.93 0.45
Hex 8 DB A5 60 0 19 E A5 5D 2D
Octal 10 333 245 140 0 31 16 245 135 55
Binary 1000 11011011 10100101 1100000 0 11001 1110 10100101 1011101 101101

Color Harmonies of #08DBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DBA5

Black with #08DBA5

Text Example


Text Example

White with #08DBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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