Html Css Color HEX #12B3A1 Light Sea Green

📋 copy color: '#12B3A1'

red 18 ◦ green 179 ◦ blue 161

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

Shades of Light Sea Green #12B3A1

Tints of Light Sea Green #12B3A1

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50%

 BLUE value IS 161 (63.28% from 255) = 44.97%

R = 5.03%
G = 50%
B = 44.97%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#12B3A1 (or 0x12B3A1) is known color: Light Sea Green. HEX triplet: 12, B3 and A1. RGB value is (18,179,161). Sum of RGB (Red+Green+Blue) = 18+179+161=358 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.03% from 358); Green value is 179 (70.31% from 255 or 50% from 358); Blue value is 161 (63.28% from 255 or 44.97% from 358); Max value from RGB is 179 - color contains mainly: green. Hex color #12B3A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B3A1 is #ED4C5E. Grayscale: #808080. Windows color (decimal): -15551583 or 10597138. OLE color: 10597138.

HSL color Cylindrical-coordinate representation of color #12B3A1: hue angle of 173.29º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B3A1 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 179 161 -
CMYK 0.90 0 0.10 0.30
HSL 173.29º 0.82% 0.39% -
HSV(B) 173.29º 0.9% 0.7% -
XYZ 22.8 34.94 39.26 -
YUV 128.81 146.16 48.96 -
System Red Green Blue C M Y K H S L
Decimal 18 179 161 0.90 0 0.10 0.30 173.29 0.82 0.39
Hex 12 B3 A1 5A 0 A 1E AD 52 27
Octal 22 263 241 132 0 12 36 255 122 47
Binary 10010 10110011 10100001 1011010 0 1010 11110 10101101 1010010 100111

Color Harmonies of #12B3A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B3A1

Black with #12B3A1

Text Example


Text Example

White with #12B3A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,179,161); }

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

background-color css

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

 a { background-color: rgb(18,179,161); }

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

border-color css

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

 span { border-color: rgb(18,179,161); }

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