Html Css Color HEX #08DC90 Caribbean Green

📋 copy color: '#08DC90'

red 8 ◦ green 220 ◦ blue 144

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

Shades of Caribbean Green #08DC90

Tints of Caribbean Green #08DC90

RGB

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

 GREEN value IS 220 (86.33% from 255) = 59.14%

 BLUE value IS 144 (56.64% from 255) = 38.71%

R = 2.15%
G = 59.14%
B = 38.71%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#08DC90 (or 0x08DC90) is known color: Caribbean Green. HEX triplet: 08, DC and 90. RGB value is (8,220,144). Sum of RGB (Red+Green+Blue) = 8+220+144=372 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.15% from 372); Green value is 220 (86.33% from 255 or 59.14% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 220 - color contains mainly: green. Hex color #08DC90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08DC90 is #F7236F. Grayscale: #949494. Windows color (decimal): -16196464 or 9493512. OLE color: 9493512.

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

Color convert

RGB 8 220 144 -
CMYK 0.96 0 0.35 0.14
HSL 158.49º 0.93% 0.45% -
HSV(B) 158.49º 0.96% 0.86% -
XYZ 30.73 53.25 35.04 -
YUV 147.95 125.76 28.18 -
System Red Green Blue C M Y K H S L
Decimal 8 220 144 0.96 0 0.35 0.14 158.49 0.93 0.45
Hex 8 DC 90 60 0 23 E 9E 5D 2D
Octal 10 334 220 140 0 43 16 236 135 55
Binary 1000 11011100 10010000 1100000 0 100011 1110 10011110 1011101 101101

Color Harmonies of #08DC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DC90

Black with #08DC90

Text Example


Text Example

White with #08DC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,220,144); }

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

background-color css

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

 a { background-color: rgb(8,220,144); }

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

border-color css

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

 span { border-color: rgb(8,220,144); }

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