Html Css Color HEX #12A2AB Light Sea Green

📋 copy color: '#12A2AB'

red 18 ◦ green 162 ◦ blue 171

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

Shades of Light Sea Green #12A2AB

Tints of Light Sea Green #12A2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.72%

R = 5.13%
G = 46.15%
B = 48.72%

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

#12A2AB (or 0x12A2AB) is known color: Light Sea Green. HEX triplet: 12, A2 and AB. RGB value is (18,162,171). Sum of RGB (Red+Green+Blue) = 18+162+171=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 162 (63.67% from 255 or 46.15% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #12A2AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A2AB is #ED5D54. Grayscale: #777777. Windows color (decimal): -15555925 or 11248146. OLE color: 11248146.

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

Color convert

RGB 18 162 171 -
CMYK 0.89 0.05 0 0.33
HSL 183.53º 0.81% 0.37% -
HSV(B) 183.53º 0.89% 0.67% -
XYZ 20.52 28.91 43.03 -
YUV 119.97 156.79 55.27 -
System Red Green Blue C M Y K H S L
Decimal 18 162 171 0.89 0.05 0 0.33 183.53 0.81 0.37
Hex 12 A2 AB 59 5 0 21 B8 51 25
Octal 22 242 253 131 5 0 41 270 121 45
Binary 10010 10100010 10101011 1011001 101 0 100001 10111000 1010001 100101

Color Harmonies of #12A2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A2AB

Black with #12A2AB

Text Example


Text Example

White with #12A2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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