Html Css Color HEX #08CEA5 Caribbean Green

📋 copy color: '#08CEA5'

red 8 ◦ green 206 ◦ blue 165

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

Shades of Caribbean Green #08CEA5

Tints of Caribbean Green #08CEA5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 54.35%

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

R = 2.11%
G = 54.35%
B = 43.54%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#08CEA5 (or 0x08CEA5) is known color: Caribbean Green. HEX triplet: 08, CE and A5. RGB value is (8,206,165). Sum of RGB (Red+Green+Blue) = 8+206+165=379 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 379); Green value is 206 (80.86% from 255 or 54.35% from 379); Blue value is 165 (64.84% from 255 or 43.54% from 379); Max value from RGB is 206 - color contains mainly: green. Hex color #08CEA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CEA5 is #F7315A. Grayscale: #8E8E8E. Windows color (decimal): -16200027 or 10866184. OLE color: 10866184.

HSL color Cylindrical-coordinate representation of color #08CEA5: hue angle of 167.58º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CEA5 is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 206 165 -
CMYK 0.96 0 0.20 0.19
HSL 167.58º 0.93% 0.42% -
HSV(B) 167.58º 0.96% 0.81% -
XYZ 28.96 46.91 43.13 -
YUV 142.12 140.9 32.33 -
System Red Green Blue C M Y K H S L
Decimal 8 206 165 0.96 0 0.20 0.19 167.58 0.93 0.42
Hex 8 CE A5 60 0 14 13 A8 5D 2A
Octal 10 316 245 140 0 24 23 250 135 52
Binary 1000 11001110 10100101 1100000 0 10100 10011 10101000 1011101 101010

Color Harmonies of #08CEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CEA5

Black with #08CEA5

Text Example


Text Example

White with #08CEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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