Html Css Color HEX #12B49C Light Sea Green

📋 copy color: '#12B49C'

red 18 ◦ green 180 ◦ blue 156

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

Shades of Light Sea Green #12B49C

Tints of Light Sea Green #12B49C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.85%

 BLUE value IS 156 (61.33% from 255) = 44.07%

R = 5.08%
G = 50.85%
B = 44.07%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#12B49C (or 0x12B49C) is known color: Light Sea Green. HEX triplet: 12, B4 and 9C. RGB value is (18,180,156). Sum of RGB (Red+Green+Blue) = 18+180+156=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 180 (70.70% from 255 or 50.85% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 180 - color contains mainly: green. Hex color #12B49C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B49C is #ED4B63. Grayscale: #808080. Windows color (decimal): -15551332 or 10269714. OLE color: 10269714.

HSL color Cylindrical-coordinate representation of color #12B49C: hue angle of 171.11º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B49C is Cyan = 0.9, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 180 156 -
CMYK 0.9 0 0.13 0.29
HSL 171.11º 0.82% 0.39% -
HSV(B) 171.11º 0.9% 0.71% -
XYZ 22.57 35.17 37.05 -
YUV 128.83 143.33 48.95 -
System Red Green Blue C M Y K H S L
Decimal 18 180 156 0.9 0 0.13 0.29 171.11 0.82 0.39
Hex 12 B4 9C 5A 0 D 1D AB 52 27
Octal 22 264 234 132 0 15 35 253 122 47
Binary 10010 10110100 10011100 1011010 0 1101 11101 10101011 1010010 100111

Color Harmonies of #12B49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B49C

Black with #12B49C

Text Example


Text Example

White with #12B49C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,180,156); }

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

background-color css

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

 a { background-color: rgb(18,180,156); }

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

border-color css

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

 span { border-color: rgb(18,180,156); }

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