Html Css Color HEX #0BAAA9 Light Sea Green

📋 copy color: '#0BAAA9'

red 11 ◦ green 170 ◦ blue 169

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

Shades of Light Sea Green #0BAAA9

Tints of Light Sea Green #0BAAA9

RGB

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

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

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

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

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #0BAAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAAA9

Black with #0BAAA9

Text Example


Text Example

White with #0BAAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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