Html Css Color HEX #08B374 Jade

📋 copy color: '#08B374'

red 8 ◦ green 179 ◦ blue 116

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

Shades of Jade #08B374

Tints of Jade #08B374

RGB

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

 GREEN value IS 179 (70.31% from 255) = 59.08%

 BLUE value IS 116 (45.7% from 255) = 38.28%

R = 2.64%
G = 59.08%
B = 38.28%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#08B374 (or 0x08B374) is known color: Jade. HEX triplet: 08, B3 and 74. RGB value is (8,179,116). Sum of RGB (Red+Green+Blue) = 8+179+116=303 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.64% from 303); Green value is 179 (70.31% from 255 or 59.08% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 179 - color contains mainly: green. Hex color #08B374 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B374 is #F74C8B. Grayscale: #787878. Windows color (decimal): -16206988 or 7648008. OLE color: 7648008.

HSL color Cylindrical-coordinate representation of color #08B374: hue angle of 157.89º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B374 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 8 179 116 -
CMYK 0.96 0 0.35 0.30
HSL 157.89º 0.91% 0.37% -
HSV(B) 157.89º 0.96% 0.7% -
XYZ 19.37 33.55 21.98 -
YUV 120.69 125.35 47.62 -
System Red Green Blue C M Y K H S L
Decimal 8 179 116 0.96 0 0.35 0.30 157.89 0.91 0.37
Hex 8 B3 74 60 0 23 1E 9E 5B 25
Octal 10 263 164 140 0 43 36 236 133 45
Binary 1000 10110011 1110100 1100000 0 100011 11110 10011110 1011011 100101

Color Harmonies of #08B374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B374

Black with #08B374

Text Example


Text Example

White with #08B374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,179,116); }

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

background-color css

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

 a { background-color: rgb(8,179,116); }

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

border-color css

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

 span { border-color: rgb(8,179,116); }

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