Html Css Color HEX #0BB295 Persian Green

📋 copy color: '#0BB295'

red 11 ◦ green 178 ◦ blue 149

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

Shades of Persian Green #0BB295

Tints of Persian Green #0BB295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.08%

R = 3.25%
G = 52.66%
B = 44.08%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#0BB295 (or 0x0BB295) is known color: Persian Green. HEX triplet: 0B, B2 and 95. RGB value is (11,178,149). Sum of RGB (Red+Green+Blue) = 11+178+149=338 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.25% from 338); Green value is 178 (69.92% from 255 or 52.66% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB295 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BB295 is #F44D6A. Grayscale: #7C7C7C. Windows color (decimal): -16010603 or 9810443. OLE color: 9810443.

HSL color Cylindrical-coordinate representation of color #0BB295: hue angle of 169.58º 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 #0BB295 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 11 178 149 -
CMYK 0.94 0 0.16 0.30
HSL 169.58º 0.88% 0.37% -
HSV(B) 169.58º 0.94% 0.7% -
XYZ 21.48 34.08 33.88 -
YUV 124.76 141.67 46.86 -
System Red Green Blue C M Y K H S L
Decimal 11 178 149 0.94 0 0.16 0.30 169.58 0.88 0.37
Hex B B2 95 5E 0 10 1E AA 58 25
Octal 13 262 225 136 0 20 36 252 130 45
Binary 1011 10110010 10010101 1011110 0 10000 11110 10101010 1011000 100101

Color Harmonies of #0BB295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB295

Black with #0BB295

Text Example


Text Example

White with #0BB295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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