Html Css Color HEX #12C1A3 Light Sea Green

📋 copy color: '#12C1A3'

red 18 ◦ green 193 ◦ blue 163

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

Shades of Light Sea Green #12C1A3

Tints of Light Sea Green #12C1A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 43.58%

R = 4.81%
G = 51.6%
B = 43.58%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#12C1A3 (or 0x12C1A3) is known color: Light Sea Green. HEX triplet: 12, C1 and A3. RGB value is (18,193,163). Sum of RGB (Red+Green+Blue) = 18+193+163=374 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.81% from 374); Green value is 193 (75.78% from 255 or 51.60% from 374); Blue value is 163 (64.06% from 255 or 43.58% from 374); Max value from RGB is 193 - color contains mainly: green. Hex color #12C1A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C1A3 is #ED3E5C. Grayscale: #898989. Windows color (decimal): -15547997 or 10731794. OLE color: 10731794.

HSL color Cylindrical-coordinate representation of color #12C1A3: hue angle of 169.71º 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 #12C1A3 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 193 163 -
CMYK 0.91 0 0.16 0.24
HSL 169.71º 0.83% 0.41% -
HSV(B) 169.71º 0.91% 0.76% -
XYZ 25.93 40.91 41.18 -
YUV 137.26 142.52 42.94 -
System Red Green Blue C M Y K H S L
Decimal 18 193 163 0.91 0 0.16 0.24 169.71 0.83 0.41
Hex 12 C1 A3 5B 0 10 18 AA 53 29
Octal 22 301 243 133 0 20 30 252 123 51
Binary 10010 11000001 10100011 1011011 0 10000 11000 10101010 1010011 101001

Color Harmonies of #12C1A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C1A3

Black with #12C1A3

Text Example


Text Example

White with #12C1A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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