Html Css Color HEX #0BAF8C Persian Green

📋 copy color: '#0BAF8C'

red 11 ◦ green 175 ◦ blue 140

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

Shades of Persian Green #0BAF8C

Tints of Persian Green #0BAF8C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 53.68%

 BLUE value IS 140 (55.08% from 255) = 42.94%

R = 3.37%
G = 53.68%
B = 42.94%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#0BAF8C (or 0x0BAF8C) is known color: Persian Green. HEX triplet: 0B, AF and 8C. RGB value is (11,175,140). Sum of RGB (Red+Green+Blue) = 11+175+140=326 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.37% from 326); Green value is 175 (68.75% from 255 or 53.68% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 175 - color contains mainly: green. Hex color #0BAF8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAF8C is #F45073. Grayscale: #797979. Windows color (decimal): -16011380 or 9219851. OLE color: 9219851.

HSL color Cylindrical-coordinate representation of color #0BAF8C: hue angle of 167.2º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAF8C is Cyan = 0.94, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.

Color convert

RGB 11 175 140 -
CMYK 0.94 0 0.2 0.31
HSL 167.2º 0.88% 0.36% -
HSV(B) 167.2º 0.94% 0.69% -
XYZ 20.2 32.62 30.04 -
YUV 121.97 138.17 48.85 -
System Red Green Blue C M Y K H S L
Decimal 11 175 140 0.94 0 0.2 0.31 167.2 0.88 0.36
Hex B AF 8C 5E 0 14 1F A7 58 24
Octal 13 257 214 136 0 24 37 247 130 44
Binary 1011 10101111 10001100 1011110 0 10100 11111 10100111 1011000 100100

Color Harmonies of #0BAF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAF8C

Black with #0BAF8C

Text Example


Text Example

White with #0BAF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,175,140); }

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

background-color css

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

 a { background-color: rgb(11,175,140); }

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

border-color css

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

 span { border-color: rgb(11,175,140); }

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