Html Css Color HEX #0BA59F Persian Green

📋 copy color: '#0BA59F'

red 11 ◦ green 165 ◦ blue 159

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

Shades of Persian Green #0BA59F

Tints of Persian Green #0BA59F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 49.25%

 BLUE value IS 159 (62.5% from 255) = 47.46%

R = 3.28%
G = 49.25%
B = 47.46%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#0BA59F (or 0x0BA59F) is known color: Persian Green. HEX triplet: 0B, A5 and 9F. RGB value is (11,165,159). Sum of RGB (Red+Green+Blue) = 11+165+159=335 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.28% from 335); Green value is 165 (64.84% from 255 or 49.25% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 165 - color contains mainly: green. Hex color #0BA59F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA59F is #F45A60. Grayscale: #767676. Windows color (decimal): -16013921 or 10462475. OLE color: 10462475.

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

Color convert

RGB 11 165 159 -
CMYK 0.93 0 0.04 0.35
HSL 177.66º 0.88% 0.35% -
HSV(B) 177.66º 0.93% 0.65% -
XYZ 19.85 29.48 37.45 -
YUV 118.27 150.98 51.49 -
System Red Green Blue C M Y K H S L
Decimal 11 165 159 0.93 0 0.04 0.35 177.66 0.88 0.35
Hex B A5 9F 5D 0 4 23 B2 58 23
Octal 13 245 237 135 0 4 43 262 130 43
Binary 1011 10100101 10011111 1011101 0 100 100011 10110010 1011000 100011

Color Harmonies of #0BA59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA59F

Black with #0BA59F

Text Example


Text Example

White with #0BA59F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,165,159); }

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

background-color css

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

 a { background-color: rgb(11,165,159); }

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

border-color css

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

 span { border-color: rgb(11,165,159); }

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