Html Css Color HEX #0BB495 Persian Green

📋 copy color: '#0BB495'

red 11 ◦ green 180 ◦ blue 149

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

Shades of Persian Green #0BB495

Tints of Persian Green #0BB495

RGB

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

 GREEN value IS 180 (70.7% from 255) = 52.94%

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

R = 3.24%
G = 52.94%
B = 43.82%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#0BB495 (or 0x0BB495) is known color: Persian Green. HEX triplet: 0B, B4 and 95. RGB value is (11,180,149). Sum of RGB (Red+Green+Blue) = 11+180+149=340 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.24% from 340); Green value is 180 (70.70% from 255 or 52.94% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 180 - color contains mainly: green. Hex color #0BB495 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB495 is #F44B6A. Grayscale: #7D7D7D. Windows color (decimal): -16010091 or 9810955. OLE color: 9810955.

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

Color convert

RGB 11 180 149 -
CMYK 0.94 0 0.17 0.29
HSL 168.99º 0.88% 0.37% -
HSV(B) 168.99º 0.94% 0.71% -
XYZ 21.88 34.88 34.01 -
YUV 125.94 141.01 46.02 -
System Red Green Blue C M Y K H S L
Decimal 11 180 149 0.94 0 0.17 0.29 168.99 0.88 0.37
Hex B B4 95 5E 0 11 1D A9 58 25
Octal 13 264 225 136 0 21 35 251 130 45
Binary 1011 10110100 10010101 1011110 0 10001 11101 10101001 1011000 100101

Color Harmonies of #0BB495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB495

Black with #0BB495

Text Example


Text Example

White with #0BB495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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