Html Css Color HEX #12AEA0 Light Sea Green

📋 copy color: '#12AEA0'

red 18 ◦ green 174 ◦ blue 160

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

Shades of Light Sea Green #12AEA0

Tints of Light Sea Green #12AEA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 45.45%

R = 5.11%
G = 49.43%
B = 45.45%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#12AEA0 (or 0x12AEA0) is known color: Light Sea Green. HEX triplet: 12, AE and A0. RGB value is (18,174,160). Sum of RGB (Red+Green+Blue) = 18+174+160=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 174 (68.36% from 255 or 49.43% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 174 - color contains mainly: green. Hex color #12AEA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AEA0 is #ED515F. Grayscale: #7D7D7D. Windows color (decimal): -15552864 or 10530322. OLE color: 10530322.

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

Color convert

RGB 18 174 160 -
CMYK 0.90 0 0.08 0.32
HSL 174.62º 0.81% 0.38% -
HSV(B) 174.62º 0.9% 0.68% -
XYZ 21.73 32.94 38.47 -
YUV 125.76 147.32 51.14 -
System Red Green Blue C M Y K H S L
Decimal 18 174 160 0.90 0 0.08 0.32 174.62 0.81 0.38
Hex 12 AE A0 5A 0 8 20 AF 51 26
Octal 22 256 240 132 0 10 40 257 121 46
Binary 10010 10101110 10100000 1011010 0 1000 100000 10101111 1010001 100110

Color Harmonies of #12AEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AEA0

Black with #12AEA0

Text Example


Text Example

White with #12AEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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