Html Css Color HEX #08CE9A Caribbean Green

📋 copy color: '#08CE9A'

red 8 ◦ green 206 ◦ blue 154

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

Shades of Caribbean Green #08CE9A

Tints of Caribbean Green #08CE9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.85%

R = 2.17%
G = 55.98%
B = 41.85%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#08CE9A (or 0x08CE9A) is known color: Caribbean Green. HEX triplet: 08, CE and 9A. RGB value is (8,206,154). Sum of RGB (Red+Green+Blue) = 8+206+154=368 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 368); Green value is 206 (80.86% from 255 or 55.98% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 206 - color contains mainly: green. Hex color #08CE9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CE9A is #F73165. Grayscale: #8C8C8C. Windows color (decimal): -16200038 or 10145288. OLE color: 10145288.

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

Color convert

RGB 8 206 154 -
CMYK 0.96 0 0.25 0.19
HSL 164.24º 0.93% 0.42% -
HSV(B) 164.24º 0.96% 0.81% -
XYZ 28 46.53 38.08 -
YUV 140.87 135.4 33.23 -
System Red Green Blue C M Y K H S L
Decimal 8 206 154 0.96 0 0.25 0.19 164.24 0.93 0.42
Hex 8 CE 9A 60 0 19 13 A4 5D 2A
Octal 10 316 232 140 0 31 23 244 135 52
Binary 1000 11001110 10011010 1100000 0 11001 10011 10100100 1011101 101010

Color Harmonies of #08CE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CE9A

Black with #08CE9A

Text Example


Text Example

White with #08CE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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