Html Css Color HEX #0BA9AA Light Sea Green

📋 copy color: '#0BA9AA'

red 11 ◦ green 169 ◦ blue 170

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

Shades of Light Sea Green #0BA9AA

Tints of Light Sea Green #0BA9AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.57%

R = 3.14%
G = 48.29%
B = 48.57%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0BA9AA (or 0x0BA9AA) is known color: Light Sea Green. HEX triplet: 0B, A9 and AA. RGB value is (11,169,170). Sum of RGB (Red+Green+Blue) = 11+169+170=350 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.14% from 350); Green value is 169 (66.41% from 255 or 48.29% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #0BA9AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA9AA is #F45655. Grayscale: #797979. Windows color (decimal): -16012886 or 11184395. OLE color: 11184395.

HSL color Cylindrical-coordinate representation of color #0BA9AA: hue angle of 180.38º 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 #0BA9AA is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 169 170 -
CMYK 0.94 0.01 0 0.33
HSL 180.38º 0.88% 0.35% -
HSV(B) 180.38º 0.94% 0.67% -
XYZ 21.58 31.35 42.94 -
YUV 121.87 155.15 48.92 -
System Red Green Blue C M Y K H S L
Decimal 11 169 170 0.94 0.01 0 0.33 180.38 0.88 0.35
Hex B A9 AA 5E 1 0 21 B4 58 23
Octal 13 251 252 136 1 0 41 264 130 43
Binary 1011 10101001 10101010 1011110 1 0 100001 10110100 1011000 100011

Color Harmonies of #0BA9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA9AA

Black with #0BA9AA

Text Example


Text Example

White with #0BA9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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