Html Css Color HEX #0BB275 Jade

📋 copy color: '#0BB275'

red 11 ◦ green 178 ◦ blue 117

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

Shades of Jade #0BB275

Tints of Jade #0BB275

RGB

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

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

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

R = 3.59%
G = 58.17%
B = 38.24%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#0BB275 (or 0x0BB275) is known color: Jade. HEX triplet: 0B, B2 and 75. RGB value is (11,178,117). Sum of RGB (Red+Green+Blue) = 11+178+117=306 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.59% from 306); Green value is 178 (69.92% from 255 or 58.17% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BB275 is #F44D8A. Grayscale: #797979. Windows color (decimal): -16010635 or 7713291. OLE color: 7713291.

HSL color Cylindrical-coordinate representation of color #0BB275: hue angle of 158.08º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB275 is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 11 178 117 -
CMYK 0.94 0 0.34 0.30
HSL 158.08º 0.88% 0.37% -
HSV(B) 158.08º 0.94% 0.7% -
XYZ 19.27 33.2 22.22 -
YUV 121.11 125.67 49.46 -
System Red Green Blue C M Y K H S L
Decimal 11 178 117 0.94 0 0.34 0.30 158.08 0.88 0.37
Hex B B2 75 5E 0 22 1E 9E 58 25
Octal 13 262 165 136 0 42 36 236 130 45
Binary 1011 10110010 1110101 1011110 0 100010 11110 10011110 1011000 100101

Color Harmonies of #0BB275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB275

Black with #0BB275

Text Example


Text Example

White with #0BB275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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