Html Css Color HEX #08D07E Caribbean Green

📋 copy color: '#08D07E'

red 8 ◦ green 208 ◦ blue 126

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

Shades of Caribbean Green #08D07E

Tints of Caribbean Green #08D07E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 60.82%

 BLUE value IS 126 (49.61% from 255) = 36.84%

R = 2.34%
G = 60.82%
B = 36.84%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#08D07E (or 0x08D07E) is known color: Caribbean Green. HEX triplet: 08, D0 and 7E. RGB value is (8,208,126). Sum of RGB (Red+Green+Blue) = 8+208+126=342 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.34% from 342); Green value is 208 (81.64% from 255 or 60.82% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 208 - color contains mainly: green. Hex color #08D07E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08D07E is #F72F81. Grayscale: #8A8A8A. Windows color (decimal): -16199554 or 8310792. OLE color: 8310792.

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

Color convert

RGB 8 208 126 -
CMYK 0.96 0 0.39 0.18
HSL 155.4º 0.93% 0.42% -
HSV(B) 155.4º 0.96% 0.82% -
XYZ 26.42 46.67 27.35 -
YUV 138.85 120.74 34.67 -
System Red Green Blue C M Y K H S L
Decimal 8 208 126 0.96 0 0.39 0.18 155.4 0.93 0.42
Hex 8 D0 7E 60 0 27 12 9B 5D 2A
Octal 10 320 176 140 0 47 22 233 135 52
Binary 1000 11010000 1111110 1100000 0 100111 10010 10011011 1011101 101010

Color Harmonies of #08D07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08D07E

Black with #08D07E

Text Example


Text Example

White with #08D07E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,208,126); }

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

background-color css

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

 a { background-color: rgb(8,208,126); }

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

border-color css

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

 span { border-color: rgb(8,208,126); }

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