Html Css Color HEX #0BA993 Persian Green

📋 copy color: '#0BA993'

red 11 ◦ green 169 ◦ blue 147

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

Shades of Persian Green #0BA993

Tints of Persian Green #0BA993

RGB

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

 GREEN value IS 169 (66.41% from 255) = 51.68%

 BLUE value IS 147 (57.81% from 255) = 44.95%

R = 3.36%
G = 51.68%
B = 44.95%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#0BA993 (or 0x0BA993) is known color: Persian Green. HEX triplet: 0B, A9 and 93. RGB value is (11,169,147). Sum of RGB (Red+Green+Blue) = 11+169+147=327 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.36% from 327); Green value is 169 (66.41% from 255 or 51.68% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 169 - color contains mainly: green. Hex color #0BA993 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA993 is #F4566C. Grayscale: #777777. Windows color (decimal): -16012909 or 9677067. OLE color: 9677067.

HSL color Cylindrical-coordinate representation of color #0BA993: hue angle of 171.65º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA993 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB 11 169 147 -
CMYK 0.93 0 0.13 0.34
HSL 171.65º 0.88% 0.35% -
HSV(B) 171.65º 0.93% 0.66% -
XYZ 19.59 30.55 32.47 -
YUV 119.25 143.65 50.79 -
System Red Green Blue C M Y K H S L
Decimal 11 169 147 0.93 0 0.13 0.34 171.65 0.88 0.35
Hex B A9 93 5D 0 D 22 AC 58 23
Octal 13 251 223 135 0 15 42 254 130 43
Binary 1011 10101001 10010011 1011101 0 1101 100010 10101100 1011000 100011

Color Harmonies of #0BA993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA993

Black with #0BA993

Text Example


Text Example

White with #0BA993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,169,147); }

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

background-color css

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

 a { background-color: rgb(11,169,147); }

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

border-color css

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

 span { border-color: rgb(11,169,147); }

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