Html Css Color HEX #12ABA0 Light Sea Green

📋 copy color: '#12ABA0'

red 18 ◦ green 171 ◦ blue 160

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

Shades of Light Sea Green #12ABA0

Tints of Light Sea Green #12ABA0

RGB

 RED value IS 18 (7.42% from 255) = 5.16%

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

 BLUE value IS 160 (62.89% from 255) = 45.85%

R = 5.16%
G = 49%
B = 45.85%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#12ABA0 (or 0x12ABA0) is known color: Light Sea Green. HEX triplet: 12, AB and A0. RGB value is (18,171,160). Sum of RGB (Red+Green+Blue) = 18+171+160=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 171 (67.19% from 255 or 49.00% from 349); Blue value is 160 (62.89% from 255 or 45.85% from 349); Max value from RGB is 171 - color contains mainly: green. Hex color #12ABA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12ABA0 is #ED545F. Grayscale: #7B7B7B. Windows color (decimal): -15553632 or 10529554. OLE color: 10529554.

HSL color Cylindrical-coordinate representation of color #12ABA0: hue angle of 175.69º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12ABA0 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 171 160 -
CMYK 0.89 0 0.06 0.33
HSL 175.69º 0.81% 0.37% -
HSV(B) 175.69º 0.89% 0.67% -
XYZ 21.16 31.79 38.28 -
YUV 124 148.31 52.39 -
System Red Green Blue C M Y K H S L
Decimal 18 171 160 0.89 0 0.06 0.33 175.69 0.81 0.37
Hex 12 AB A0 59 0 6 21 B0 51 25
Octal 22 253 240 131 0 6 41 260 121 45
Binary 10010 10101011 10100000 1011001 0 110 100001 10110000 1010001 100101

Color Harmonies of #12ABA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ABA0

Black with #12ABA0

Text Example


Text Example

White with #12ABA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12ABA0; }

 p { color: rgb(18,171,160); }

 H1.HeaderClassName
 {
   color: #12ABA0;
 }
 .AnyTagClassName
 {
   color: #12ABA0;
 }
</style>

background-color css

<style>
 a { background-color: #12ABA0; }

 a { background-color: rgb(18,171,160); }

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

border-color css

<style>
 span { border-color: #12ABA0; }

 span { border-color: rgb(18,171,160); }

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