Html Css Color HEX #0BA6AA Light Sea Green

📋 copy color: '#0BA6AA'

red 11 ◦ green 166 ◦ blue 170

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

Shades of Light Sea Green #0BA6AA

Tints of Light Sea Green #0BA6AA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.84%

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

R = 3.17%
G = 47.84%
B = 48.99%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0BA6AA (or 0x0BA6AA) is known color: Light Sea Green. HEX triplet: 0B, A6 and AA. RGB value is (11,166,170). Sum of RGB (Red+Green+Blue) = 11+166+170=347 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.17% from 347); Green value is 166 (65.23% from 255 or 47.84% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #0BA6AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA6AA is #F45955. Grayscale: #777777. Windows color (decimal): -16013654 or 11183627. OLE color: 11183627.

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

Color convert

RGB 11 166 170 -
CMYK 0.94 0.02 0 0.33
HSL 181.51º 0.88% 0.35% -
HSV(B) 181.51º 0.94% 0.67% -
XYZ 21.03 30.25 42.76 -
YUV 120.11 156.15 50.17 -
System Red Green Blue C M Y K H S L
Decimal 11 166 170 0.94 0.02 0 0.33 181.51 0.88 0.35
Hex B A6 AA 5E 2 0 21 B6 58 23
Octal 13 246 252 136 2 0 41 266 130 43
Binary 1011 10100110 10101010 1011110 10 0 100001 10110110 1011000 100011

Color Harmonies of #0BA6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA6AA

Black with #0BA6AA

Text Example


Text Example

White with #0BA6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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