Html Css Color HEX #12AAAC Light Sea Green

📋 copy color: '#12AAAC'

red 18 ◦ green 170 ◦ blue 172

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

Shades of Light Sea Green #12AAAC

Tints of Light Sea Green #12AAAC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.22%

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

R = 5%
G = 47.22%
B = 47.78%

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#12AAAC (or 0x12AAAC) is known color: Light Sea Green. HEX triplet: 12, AA and AC. RGB value is (18,170,172). Sum of RGB (Red+Green+Blue) = 18+170+172=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #12AAAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AAAC is #ED5553. Grayscale: #7C7C7C. Windows color (decimal): -15553876 or 11315730. OLE color: 11315730.

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

Color convert

RGB 18 170 172 -
CMYK 0.90 0.01 0 0.33
HSL 180.78º 0.81% 0.37% -
HSV(B) 180.78º 0.9% 0.67% -
XYZ 22.07 31.86 44.02 -
YUV 124.78 154.64 51.84 -
System Red Green Blue C M Y K H S L
Decimal 18 170 172 0.90 0.01 0 0.33 180.78 0.81 0.37
Hex 12 AA AC 5A 1 0 21 B5 51 25
Octal 22 252 254 132 1 0 41 265 121 45
Binary 10010 10101010 10101100 1011010 1 0 100001 10110101 1010001 100101

Color Harmonies of #12AAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AAAC

Black with #12AAAC

Text Example


Text Example

White with #12AAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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