Html Css Color HEX #0BAB88 Persian Green

📋 copy color: '#0BAB88'

red 11 ◦ green 171 ◦ blue 136

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

Shades of Persian Green #0BAB88

Tints of Persian Green #0BAB88

RGB

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

 GREEN value IS 171 (67.19% from 255) = 53.77%

 BLUE value IS 136 (53.52% from 255) = 42.77%

R = 3.46%
G = 53.77%
B = 42.77%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#0BAB88 (or 0x0BAB88) is known color: Persian Green. HEX triplet: 0B, AB and 88. RGB value is (11,171,136). Sum of RGB (Red+Green+Blue) = 11+171+136=318 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.46% from 318); Green value is 171 (67.19% from 255 or 53.77% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAB88 is #F45477. Grayscale: #777777. Windows color (decimal): -16012408 or 8956683. OLE color: 8956683.

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

Color convert

RGB 11 171 136 -
CMYK 0.94 0 0.20 0.33
HSL 166.88º 0.88% 0.36% -
HSV(B) 166.88º 0.94% 0.67% -
XYZ 19.14 30.97 28.26 -
YUV 119.17 137.49 50.85 -
System Red Green Blue C M Y K H S L
Decimal 11 171 136 0.94 0 0.20 0.33 166.88 0.88 0.36
Hex B AB 88 5E 0 14 21 A7 58 24
Octal 13 253 210 136 0 24 41 247 130 44
Binary 1011 10101011 10001000 1011110 0 10100 100001 10100111 1011000 100100

Color Harmonies of #0BAB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAB88

Black with #0BAB88

Text Example


Text Example

White with #0BAB88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,171,136); }

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

background-color css

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

 a { background-color: rgb(11,171,136); }

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

border-color css

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

 span { border-color: rgb(11,171,136); }

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