Html Css Color HEX #0BB875 Jade

📋 copy color: '#0BB875'

red 11 ◦ green 184 ◦ blue 117

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

Shades of Jade #0BB875

Tints of Jade #0BB875

RGB

 RED value IS 11 (4.69% from 255) = 3.53%

 GREEN value IS 184 (72.27% from 255) = 58.97%

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

R = 3.53%
G = 58.97%
B = 37.5%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#0BB875 (or 0x0BB875) is known color: Jade. HEX triplet: 0B, B8 and 75. RGB value is (11,184,117). Sum of RGB (Red+Green+Blue) = 11+184+117=312 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.53% from 312); Green value is 184 (72.27% from 255 or 58.97% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 184 - color contains mainly: green. Hex color #0BB875 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB875 is #F4478A. Grayscale: #7C7C7C. Windows color (decimal): -16009099 or 7714827. OLE color: 7714827.

HSL color Cylindrical-coordinate representation of color #0BB875: hue angle of 156.76º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB875 is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 11 184 117 -
CMYK 0.94 0 0.36 0.28
HSL 156.76º 0.89% 0.38% -
HSV(B) 156.76º 0.94% 0.72% -
XYZ 20.49 35.64 22.63 -
YUV 124.64 123.69 46.95 -
System Red Green Blue C M Y K H S L
Decimal 11 184 117 0.94 0 0.36 0.28 156.76 0.89 0.38
Hex B B8 75 5E 0 24 1C 9D 59 26
Octal 13 270 165 136 0 44 34 235 131 46
Binary 1011 10111000 1110101 1011110 0 100100 11100 10011101 1011001 100110

Color Harmonies of #0BB875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB875

Black with #0BB875

Text Example


Text Example

White with #0BB875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BB875; }

 p { color: rgb(11,184,117); }

 H1.HeaderClassName
 {
   color: #0BB875;
 }
 .AnyTagClassName
 {
   color: #0BB875;
 }
</style>

background-color css

<style>
 a { background-color: #0BB875; }

 a { background-color: rgb(11,184,117); }

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

border-color css

<style>
 span { border-color: #0BB875; }

 span { border-color: rgb(11,184,117); }

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