Html Css Color HEX #12A2AA Light Sea Green

📋 copy color: '#12A2AA'

red 18 ◦ green 162 ◦ blue 170

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

Shades of Light Sea Green #12A2AA

Tints of Light Sea Green #12A2AA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.29%

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

R = 5.14%
G = 46.29%
B = 48.57%

CMYK

 C value IS 0.89

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#12A2AA (or 0x12A2AA) is known color: Light Sea Green. HEX triplet: 12, A2 and AA. RGB value is (18,162,170). Sum of RGB (Red+Green+Blue) = 18+162+170=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #12A2AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A2AA is #ED5D55. Grayscale: #777777. Windows color (decimal): -15555926 or 11182610. OLE color: 11182610.

HSL color Cylindrical-coordinate representation of color #12A2AA: hue angle of 183.16º 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 #12A2AA is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 162 170 -
CMYK 0.89 0.05 0 0.33
HSL 183.16º 0.81% 0.37% -
HSV(B) 183.16º 0.89% 0.67% -
XYZ 20.43 28.87 42.53 -
YUV 119.86 156.29 55.35 -
System Red Green Blue C M Y K H S L
Decimal 18 162 170 0.89 0.05 0 0.33 183.16 0.81 0.37
Hex 12 A2 AA 59 5 0 21 B7 51 25
Octal 22 242 252 131 5 0 41 267 121 45
Binary 10010 10100010 10101010 1011001 101 0 100001 10110111 1010001 100101

Color Harmonies of #12A2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A2AA

Black with #12A2AA

Text Example


Text Example

White with #12A2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,162,170); }

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

background-color css

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

 a { background-color: rgb(18,162,170); }

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

border-color css

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

 span { border-color: rgb(18,162,170); }

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