Html Css Color HEX #0ABCAA Light Sea Green

📋 copy color: '#0ABCAA'

red 10 ◦ green 188 ◦ blue 170

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

Shades of Light Sea Green #0ABCAA

Tints of Light Sea Green #0ABCAA

RGB

 RED value IS 10 (4.3% from 255) = 2.72%

 GREEN value IS 188 (73.83% from 255) = 51.09%

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

R = 2.72%
G = 51.09%
B = 46.2%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#0ABCAA (or 0x0ABCAA) is known color: Light Sea Green. HEX triplet: 0A, BC and AA. RGB value is (10,188,170). Sum of RGB (Red+Green+Blue) = 10+188+170=368 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.72% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABCAA is #F54355. Grayscale: #848484. Windows color (decimal): -16073558 or 11189258. OLE color: 11189258.

HSL color Cylindrical-coordinate representation of color #0ABCAA: hue angle of 173.93º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABCAA is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 10 188 170 -
CMYK 0.95 0 0.10 0.26
HSL 173.93º 0.9% 0.39% -
HSV(B) 173.93º 0.95% 0.74% -
XYZ 25.36 38.93 44.21 -
YUV 132.73 149.03 40.46 -
System Red Green Blue C M Y K H S L
Decimal 10 188 170 0.95 0 0.10 0.26 173.93 0.9 0.39
Hex A BC AA 5F 0 A 1A AE 5A 27
Octal 12 274 252 137 0 12 32 256 132 47
Binary 1010 10111100 10101010 1011111 0 1010 11010 10101110 1011010 100111

Color Harmonies of #0ABCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABCAA

Black with #0ABCAA

Text Example


Text Example

White with #0ABCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,188,170); }

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

background-color css

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

 a { background-color: rgb(10,188,170); }

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

border-color css

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

 span { border-color: rgb(10,188,170); }

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