Html Css Color HEX #12A1A3 Light Sea Green

📋 copy color: '#12A1A3'

red 18 ◦ green 161 ◦ blue 163

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

Shades of Light Sea Green #12A1A3

Tints of Light Sea Green #12A1A3

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.08%

 BLUE value IS 163 (64.06% from 255) = 47.66%

R = 5.26%
G = 47.08%
B = 47.66%

CMYK

 C value IS 0.89

 M value IS 0.01

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#12A1A3 (or 0x12A1A3) is known color: Light Sea Green. HEX triplet: 12, A1 and A3. RGB value is (18,161,163). Sum of RGB (Red+Green+Blue) = 18+161+163=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 163 (64.06% from 255 or 47.66% from 342); Max value from RGB is 163 - color contains mainly: blue. Hex color #12A1A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A1A3 is #ED5E5C. Grayscale: #767676. Windows color (decimal): -15556189 or 10723602. OLE color: 10723602.

HSL color Cylindrical-coordinate representation of color #12A1A3: hue angle of 180.83º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A1A3 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 161 163 -
CMYK 0.89 0.01 0 0.36
HSL 180.83º 0.8% 0.35% -
HSV(B) 180.83º 0.89% 0.64% -
XYZ 19.61 28.26 39.07 -
YUV 118.47 153.12 56.34 -
System Red Green Blue C M Y K H S L
Decimal 18 161 163 0.89 0.01 0 0.36 180.83 0.8 0.35
Hex 12 A1 A3 59 1 0 24 B5 50 23
Octal 22 241 243 131 1 0 44 265 120 43
Binary 10010 10100001 10100011 1011001 1 0 100100 10110101 1010000 100011

Color Harmonies of #12A1A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A1A3

Black with #12A1A3

Text Example


Text Example

White with #12A1A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,161,163); }

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

background-color css

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

 a { background-color: rgb(18,161,163); }

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

border-color css

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

 span { border-color: rgb(18,161,163); }

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