Html Css Color HEX #0BABA9 Light Sea Green

📋 copy color: '#0BABA9'

red 11 ◦ green 171 ◦ blue 169

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

Shades of Light Sea Green #0BABA9

Tints of Light Sea Green #0BABA9

RGB

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

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

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

R = 3.13%
G = 48.72%
B = 48.15%

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

#0BABA9 (or 0x0BABA9) is known color: Light Sea Green. HEX triplet: 0B, AB and A9. RGB value is (11,171,169). Sum of RGB (Red+Green+Blue) = 11+171+169=351 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.13% from 351); Green value is 171 (67.19% from 255 or 48.72% from 351); Blue value is 169 (66.41% from 255 or 48.15% from 351); Max value from RGB is 171 - color contains mainly: green. Hex color #0BABA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BABA9 is #F45456. Grayscale: #7A7A7A. Windows color (decimal): -16012375 or 11119371. OLE color: 11119371.

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

Color convert

RGB 11 171 169 -
CMYK 0.94 0 0.01 0.33
HSL 179.25º 0.88% 0.36% -
HSV(B) 179.25º 0.94% 0.67% -
XYZ 21.86 32.06 42.57 -
YUV 122.93 153.99 48.16 -
System Red Green Blue C M Y K H S L
Decimal 11 171 169 0.94 0 0.01 0.33 179.25 0.88 0.36
Hex B AB A9 5E 0 1 21 B3 58 24
Octal 13 253 251 136 0 1 41 263 130 44
Binary 1011 10101011 10101001 1011110 0 1 100001 10110011 1011000 100100

Color Harmonies of #0BABA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BABA9

Black with #0BABA9

Text Example


Text Example

White with #0BABA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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