Html Css Color HEX #0BACAA Light Sea Green

📋 copy color: '#0BACAA'

red 11 ◦ green 172 ◦ blue 170

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

Shades of Light Sea Green #0BACAA

Tints of Light Sea Green #0BACAA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.73%

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

R = 3.12%
G = 48.73%
B = 48.16%

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

#0BACAA (or 0x0BACAA) is known color: Light Sea Green. HEX triplet: 0B, AC and AA. RGB value is (11,172,170). Sum of RGB (Red+Green+Blue) = 11+172+170=353 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.12% from 353); Green value is 172 (67.58% from 255 or 48.73% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 172 - color contains mainly: green. Hex color #0BACAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BACAA is #F45355. Grayscale: #7B7B7B. Windows color (decimal): -16012118 or 11185163. OLE color: 11185163.

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

Color convert

RGB 11 172 170 -
CMYK 0.94 0 0.01 0.33
HSL 179.25º 0.88% 0.36% -
HSV(B) 179.25º 0.94% 0.67% -
XYZ 22.15 32.48 43.13 -
YUV 123.63 154.16 47.66 -
System Red Green Blue C M Y K H S L
Decimal 11 172 170 0.94 0 0.01 0.33 179.25 0.88 0.36
Hex B AC AA 5E 0 1 21 B3 58 24
Octal 13 254 252 136 0 1 41 263 130 44
Binary 1011 10101100 10101010 1011110 0 1 100001 10110011 1011000 100100

Color Harmonies of #0BACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BACAA

Black with #0BACAA

Text Example


Text Example

White with #0BACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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