Html Css Color HEX #12A3AC Light Sea Green

📋 copy color: '#12A3AC'

red 18 ◦ green 163 ◦ blue 172

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

Shades of Light Sea Green #12A3AC

Tints of Light Sea Green #12A3AC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 46.18%

 BLUE value IS 172 (67.58% from 255) = 48.73%

R = 5.1%
G = 46.18%
B = 48.73%

CMYK

 C value IS 0.90

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#12A3AC (or 0x12A3AC) is known color: Light Sea Green. HEX triplet: 12, A3 and AC. RGB value is (18,163,172). Sum of RGB (Red+Green+Blue) = 18+163+172=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 163 (64.06% from 255 or 46.18% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #12A3AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A3AC is #ED5C53. Grayscale: #787878. Windows color (decimal): -15555668 or 11313938. OLE color: 11313938.

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

Color convert

RGB 18 163 172 -
CMYK 0.90 0.05 0 0.33
HSL 183.51º 0.81% 0.37% -
HSV(B) 183.51º 0.9% 0.67% -
XYZ 20.79 29.3 43.59 -
YUV 120.67 156.96 54.77 -
System Red Green Blue C M Y K H S L
Decimal 18 163 172 0.90 0.05 0 0.33 183.51 0.81 0.37
Hex 12 A3 AC 5A 5 0 21 B8 51 25
Octal 22 243 254 132 5 0 41 270 121 45
Binary 10010 10100011 10101100 1011010 101 0 100001 10111000 1010001 100101

Color Harmonies of #12A3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A3AC

Black with #12A3AC

Text Example


Text Example

White with #12A3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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