Html Css Color HEX #08DFA4 Caribbean Green

📋 copy color: '#08DFA4'

red 8 ◦ green 223 ◦ blue 164

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

Shades of Caribbean Green #08DFA4

Tints of Caribbean Green #08DFA4

RGB

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

 GREEN value IS 223 (87.5% from 255) = 56.46%

 BLUE value IS 164 (64.45% from 255) = 41.52%

R = 2.03%
G = 56.46%
B = 41.52%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#08DFA4 (or 0x08DFA4) is known color: Caribbean Green. HEX triplet: 08, DF and A4. RGB value is (8,223,164). Sum of RGB (Red+Green+Blue) = 8+223+164=395 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.03% from 395); Green value is 223 (87.5% from 255 or 56.46% from 395); Blue value is 164 (64.45% from 255 or 41.52% from 395); Max value from RGB is 223 - color contains mainly: green. Hex color #08DFA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08DFA4 is #F7205B. Grayscale: #989898. Windows color (decimal): -16195676 or 10805000. OLE color: 10805000.

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

Color convert

RGB 8 223 164 -
CMYK 0.96 0 0.26 0.13
HSL 163.53º 0.93% 0.45% -
HSV(B) 163.53º 0.96% 0.87% -
XYZ 33.19 55.51 44.09 -
YUV 151.99 134.77 25.3 -
System Red Green Blue C M Y K H S L
Decimal 8 223 164 0.96 0 0.26 0.13 163.53 0.93 0.45
Hex 8 DF A4 60 0 1A D A4 5D 2D
Octal 10 337 244 140 0 32 15 244 135 55
Binary 1000 11011111 10100100 1100000 0 11010 1101 10100100 1011101 101101

Color Harmonies of #08DFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DFA4

Black with #08DFA4

Text Example


Text Example

White with #08DFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,223,164); }

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

background-color css

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

 a { background-color: rgb(8,223,164); }

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

border-color css

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

 span { border-color: rgb(8,223,164); }

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