Html Css Color HEX #12AEAC Light Sea Green

📋 copy color: '#12AEAC'

red 18 ◦ green 174 ◦ blue 172

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

Shades of Light Sea Green #12AEAC

Tints of Light Sea Green #12AEAC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 47.8%

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

R = 4.95%
G = 47.8%
B = 47.25%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#12AEAC (or 0x12AEAC) is known color: Light Sea Green. HEX triplet: 12, AE and AC. RGB value is (18,174,172). Sum of RGB (Red+Green+Blue) = 18+174+172=364 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.95% from 364); Green value is 174 (68.36% from 255 or 47.80% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 174 - color contains mainly: green. Hex color #12AEAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AEAC is #ED5153. Grayscale: #7E7E7E. Windows color (decimal): -15552852 or 11316754. OLE color: 11316754.

HSL color Cylindrical-coordinate representation of color #12AEAC: hue angle of 179.23º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AEAC is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 174 172 -
CMYK 0.90 0 0.01 0.32
HSL 179.23º 0.81% 0.38% -
HSV(B) 179.23º 0.9% 0.68% -
XYZ 22.83 33.38 44.27 -
YUV 127.13 153.32 50.16 -
System Red Green Blue C M Y K H S L
Decimal 18 174 172 0.90 0 0.01 0.32 179.23 0.81 0.38
Hex 12 AE AC 5A 0 1 20 B3 51 26
Octal 22 256 254 132 0 1 40 263 121 46
Binary 10010 10101110 10101100 1011010 0 1 100000 10110011 1010001 100110

Color Harmonies of #12AEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AEAC

Black with #12AEAC

Text Example


Text Example

White with #12AEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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