Html Css Color HEX #12C1BA Light Sea Green

📋 copy color: '#12C1BA'

red 18 ◦ green 193 ◦ blue 186

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

Shades of Light Sea Green #12C1BA

Tints of Light Sea Green #12C1BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.85%

R = 4.53%
G = 48.61%
B = 46.85%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#12C1BA (or 0x12C1BA) is known color: Light Sea Green. HEX triplet: 12, C1 and BA. RGB value is (18,193,186). Sum of RGB (Red+Green+Blue) = 18+193+186=397 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.53% from 397); Green value is 193 (75.78% from 255 or 48.61% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 193 - color contains mainly: green. Hex color #12C1BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C1BA is #ED3E45. Grayscale: #8B8B8B. Windows color (decimal): -15547974 or 12239122. OLE color: 12239122.

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

Color convert

RGB 18 193 186 -
CMYK 0.91 0 0.04 0.24
HSL 177.6º 0.83% 0.41% -
HSV(B) 177.6º 0.91% 0.76% -
XYZ 28.18 41.81 53.04 -
YUV 139.88 154.02 41.07 -
System Red Green Blue C M Y K H S L
Decimal 18 193 186 0.91 0 0.04 0.24 177.6 0.83 0.41
Hex 12 C1 BA 5B 0 4 18 B2 53 29
Octal 22 301 272 133 0 4 30 262 123 51
Binary 10010 11000001 10111010 1011011 0 100 11000 10110010 1010011 101001

Color Harmonies of #12C1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C1BA

Black with #12C1BA

Text Example


Text Example

White with #12C1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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