Html Css Color HEX #0BABAA Light Sea Green

📋 copy color: '#0BABAA'

red 11 ◦ green 171 ◦ blue 170

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

Shades of Light Sea Green #0BABAA

Tints of Light Sea Green #0BABAA

RGB

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

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

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

R = 3.13%
G = 48.58%
B = 48.3%

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

#0BABAA (or 0x0BABAA) is known color: Light Sea Green. HEX triplet: 0B, AB and AA. RGB value is (11,171,170). Sum of RGB (Red+Green+Blue) = 11+171+170=352 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.12% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 171 - color contains mainly: green. Hex color #0BABAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BABAA is #F45455. Grayscale: #7A7A7A. Windows color (decimal): -16012374 or 11184907. OLE color: 11184907.

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

Color convert

RGB 11 171 170 -
CMYK 0.94 0 0.01 0.33
HSL 179.63º 0.88% 0.36% -
HSV(B) 179.63º 0.94% 0.67% -
XYZ 21.96 32.1 43.07 -
YUV 123.05 154.49 48.08 -
System Red Green Blue C M Y K H S L
Decimal 11 171 170 0.94 0 0.01 0.33 179.63 0.88 0.36
Hex B AB AA 5E 0 1 21 B4 58 24
Octal 13 253 252 136 0 1 41 264 130 44
Binary 1011 10101011 10101010 1011110 0 1 100001 10110100 1011000 100100

Color Harmonies of #0BABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BABAA

Black with #0BABAA

Text Example


Text Example

White with #0BABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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