Html Css Color HEX #12C2AE Light Sea Green

📋 copy color: '#12C2AE'

red 18 ◦ green 194 ◦ blue 174

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

Shades of Light Sea Green #12C2AE

Tints of Light Sea Green #12C2AE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.26%

 BLUE value IS 174 (68.36% from 255) = 45.08%

R = 4.66%
G = 50.26%
B = 45.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#12C2AE (or 0x12C2AE) is known color: Light Sea Green. HEX triplet: 12, C2 and AE. RGB value is (18,194,174). Sum of RGB (Red+Green+Blue) = 18+194+174=386 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.66% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #12C2AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C2AE is #ED3D51. Grayscale: #8B8B8B. Windows color (decimal): -15547730 or 11452946. OLE color: 11452946.

HSL color Cylindrical-coordinate representation of color #12C2AE: hue angle of 173.18º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C2AE is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 194 174 -
CMYK 0.91 0 0.10 0.24
HSL 173.18º 0.83% 0.42% -
HSV(B) 173.18º 0.91% 0.76% -
XYZ 27.18 41.77 46.67 -
YUV 139.1 147.69 41.63 -
System Red Green Blue C M Y K H S L
Decimal 18 194 174 0.91 0 0.10 0.24 173.18 0.83 0.42
Hex 12 C2 AE 5B 0 A 18 AD 53 2A
Octal 22 302 256 133 0 12 30 255 123 52
Binary 10010 11000010 10101110 1011011 0 1010 11000 10101101 1010011 101010

Color Harmonies of #12C2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C2AE

Black with #12C2AE

Text Example


Text Example

White with #12C2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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