Html Css Color HEX #08B275 Jade

📋 copy color: '#08B275'

red 8 ◦ green 178 ◦ blue 117

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

Shades of Jade #08B275

Tints of Jade #08B275

RGB

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

 GREEN value IS 178 (69.92% from 255) = 58.75%

 BLUE value IS 117 (46.09% from 255) = 38.61%

R = 2.64%
G = 58.75%
B = 38.61%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#08B275 (or 0x08B275) is known color: Jade. HEX triplet: 08, B2 and 75. RGB value is (8,178,117). Sum of RGB (Red+Green+Blue) = 8+178+117=303 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.64% from 303); Green value is 178 (69.92% from 255 or 58.75% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 178 - color contains mainly: green. Hex color #08B275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08B275 is #F74D8A. Grayscale: #787878. Windows color (decimal): -16207243 or 7713288. OLE color: 7713288.

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

Color convert

RGB 8 178 117 -
CMYK 0.96 0 0.34 0.30
HSL 158.47º 0.91% 0.36% -
HSV(B) 158.47º 0.96% 0.7% -
XYZ 19.23 33.18 22.22 -
YUV 120.22 126.18 47.96 -
System Red Green Blue C M Y K H S L
Decimal 8 178 117 0.96 0 0.34 0.30 158.47 0.91 0.36
Hex 8 B2 75 60 0 22 1E 9E 5B 24
Octal 10 262 165 140 0 42 36 236 133 44
Binary 1000 10110010 1110101 1100000 0 100010 11110 10011110 1011011 100100

Color Harmonies of #08B275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B275

Black with #08B275

Text Example


Text Example

White with #08B275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,178,117); }

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

background-color css

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

 a { background-color: rgb(8,178,117); }

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

border-color css

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

 span { border-color: rgb(8,178,117); }

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