Html Css Color HEX #0BB3A2 Persian Green

📋 copy color: '#0BB3A2'

red 11 ◦ green 179 ◦ blue 162

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

Shades of Persian Green #0BB3A2

Tints of Persian Green #0BB3A2

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50.85%

 BLUE value IS 162 (63.67% from 255) = 46.02%

R = 3.13%
G = 50.85%
B = 46.02%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#0BB3A2 (or 0x0BB3A2) is known color: Persian Green. HEX triplet: 0B, B3 and A2. RGB value is (11,179,162). Sum of RGB (Red+Green+Blue) = 11+179+162=352 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.12% from 352); Green value is 179 (70.31% from 255 or 50.85% from 352); Blue value is 162 (63.67% from 255 or 46.02% from 352); Max value from RGB is 179 - color contains mainly: green. Hex color #0BB3A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB3A2 is #F44C5D. Grayscale: #7E7E7E. Windows color (decimal): -16010334 or 10662667. OLE color: 10662667.

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

Color convert

RGB 11 179 162 -
CMYK 0.94 0 0.09 0.30
HSL 173.93º 0.88% 0.37% -
HSV(B) 173.93º 0.94% 0.7% -
XYZ 22.78 34.92 39.72 -
YUV 126.83 147.84 45.38 -
System Red Green Blue C M Y K H S L
Decimal 11 179 162 0.94 0 0.09 0.30 173.93 0.88 0.37
Hex B B3 A2 5E 0 9 1E AE 58 25
Octal 13 263 242 136 0 11 36 256 130 45
Binary 1011 10110011 10100010 1011110 0 1001 11110 10101110 1011000 100101

Color Harmonies of #0BB3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB3A2

Black with #0BB3A2

Text Example


Text Example

White with #0BB3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,179,162); }

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

background-color css

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

 a { background-color: rgb(11,179,162); }

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

border-color css

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

 span { border-color: rgb(11,179,162); }

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