Html Css Color HEX #0BAAA4 Persian Green

📋 copy color: '#0BAAA4'

red 11 ◦ green 170 ◦ blue 164

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

Shades of Persian Green #0BAAA4

Tints of Persian Green #0BAAA4

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.28%

 BLUE value IS 164 (64.45% from 255) = 47.54%

R = 3.19%
G = 49.28%
B = 47.54%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#0BAAA4 (or 0x0BAAA4) is known color: Persian Green. HEX triplet: 0B, AA and A4. RGB value is (11,170,164). Sum of RGB (Red+Green+Blue) = 11+170+164=345 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.19% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 164 (64.45% from 255 or 47.54% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #0BAAA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAAA4 is #F4555B. Grayscale: #797979. Windows color (decimal): -16012636 or 10791435. OLE color: 10791435.

HSL color Cylindrical-coordinate representation of color #0BAAA4: hue angle of 177.74º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAAA4 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 170 164 -
CMYK 0.94 0 0.04 0.33
HSL 177.74º 0.88% 0.35% -
HSV(B) 177.74º 0.94% 0.67% -
XYZ 21.21 31.5 40.08 -
YUV 121.78 151.82 48.99 -
System Red Green Blue C M Y K H S L
Decimal 11 170 164 0.94 0 0.04 0.33 177.74 0.88 0.35
Hex B AA A4 5E 0 4 21 B2 58 23
Octal 13 252 244 136 0 4 41 262 130 43
Binary 1011 10101010 10100100 1011110 0 100 100001 10110010 1011000 100011

Color Harmonies of #0BAAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAAA4

Black with #0BAAA4

Text Example


Text Example

White with #0BAAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,170,164); }

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

background-color css

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

 a { background-color: rgb(11,170,164); }

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

border-color css

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

 span { border-color: rgb(11,170,164); }

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