Html Css Color HEX #12C1A9 Light Sea Green

📋 copy color: '#12C1A9'

red 18 ◦ green 193 ◦ blue 169

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

Shades of Light Sea Green #12C1A9

Tints of Light Sea Green #12C1A9

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.79%

 BLUE value IS 169 (66.41% from 255) = 44.47%

R = 4.74%
G = 50.79%
B = 44.47%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#12C1A9 (or 0x12C1A9) is known color: Light Sea Green. HEX triplet: 12, C1 and A9. RGB value is (18,193,169). Sum of RGB (Red+Green+Blue) = 18+193+169=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 193 (75.78% from 255 or 50.79% from 380); Blue value is 169 (66.41% from 255 or 44.47% from 380); Max value from RGB is 193 - color contains mainly: green. Hex color #12C1A9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C1A9 is #ED3E56. Grayscale: #898989. Windows color (decimal): -15547991 or 11125010. OLE color: 11125010.

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

Color convert

RGB 18 193 169 -
CMYK 0.91 0 0.12 0.24
HSL 171.77º 0.83% 0.41% -
HSV(B) 171.77º 0.91% 0.76% -
XYZ 26.48 41.13 44.08 -
YUV 137.94 145.52 42.45 -
System Red Green Blue C M Y K H S L
Decimal 18 193 169 0.91 0 0.12 0.24 171.77 0.83 0.41
Hex 12 C1 A9 5B 0 C 18 AC 53 29
Octal 22 301 251 133 0 14 30 254 123 51
Binary 10010 11000001 10101001 1011011 0 1100 11000 10101100 1010011 101001

Color Harmonies of #12C1A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C1A9

Black with #12C1A9

Text Example


Text Example

White with #12C1A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,193,169); }

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

background-color css

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

 a { background-color: rgb(18,193,169); }

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

border-color css

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

 span { border-color: rgb(18,193,169); }

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