Html Css Color HEX #12AEAB Light Sea Green

📋 copy color: '#12AEAB'

red 18 ◦ green 174 ◦ blue 171

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

Shades of Light Sea Green #12AEAB

Tints of Light Sea Green #12AEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.11%

R = 4.96%
G = 47.93%
B = 47.11%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#12AEAB (or 0x12AEAB) is known color: Light Sea Green. HEX triplet: 12, AE and AB. RGB value is (18,174,171). Sum of RGB (Red+Green+Blue) = 18+174+171=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 174 (68.36% from 255 or 47.93% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 174 - color contains mainly: green. Hex color #12AEAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AEAB is #ED5154. Grayscale: #7E7E7E. Windows color (decimal): -15552853 or 11251218. OLE color: 11251218.

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

Color convert

RGB 18 174 171 -
CMYK 0.90 0 0.02 0.32
HSL 178.85º 0.81% 0.38% -
HSV(B) 178.85º 0.9% 0.68% -
XYZ 22.74 33.34 43.77 -
YUV 127.01 152.82 50.24 -
System Red Green Blue C M Y K H S L
Decimal 18 174 171 0.90 0 0.02 0.32 178.85 0.81 0.38
Hex 12 AE AB 5A 0 2 20 B3 51 26
Octal 22 256 253 132 0 2 40 263 121 46
Binary 10010 10101110 10101011 1011010 0 10 100000 10110011 1010001 100110

Color Harmonies of #12AEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AEAB

Black with #12AEAB

Text Example


Text Example

White with #12AEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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