Html Css Color HEX #12AEAD Light Sea Green

📋 copy color: '#12AEAD'

red 18 ◦ green 174 ◦ blue 173

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

Shades of Light Sea Green #12AEAD

Tints of Light Sea Green #12AEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.4%

R = 4.93%
G = 47.67%
B = 47.4%

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

#12AEAD (or 0x12AEAD) is known color: Light Sea Green. HEX triplet: 12, AE and AD. RGB value is (18,174,173). Sum of RGB (Red+Green+Blue) = 18+174+173=365 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.93% from 365); Green value is 174 (68.36% from 255 or 47.67% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 174 - color contains mainly: green. Hex color #12AEAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AEAD is #ED5152. Grayscale: #7F7F7F. Windows color (decimal): -15552851 or 11382290. OLE color: 11382290.

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

Color convert

RGB 18 174 173 -
CMYK 0.90 0 0.01 0.32
HSL 179.62º 0.81% 0.38% -
HSV(B) 179.62º 0.9% 0.68% -
XYZ 22.93 33.42 44.78 -
YUV 127.24 153.82 50.08 -
System Red Green Blue C M Y K H S L
Decimal 18 174 173 0.90 0 0.01 0.32 179.62 0.81 0.38
Hex 12 AE AD 5A 0 1 20 B4 51 26
Octal 22 256 255 132 0 1 40 264 121 46
Binary 10010 10101110 10101101 1011010 0 1 100000 10110100 1010001 100110

Color Harmonies of #12AEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AEAD

Black with #12AEAD

Text Example


Text Example

White with #12AEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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