Html Css Color HEX #14A3AC Light Sea Green

📋 copy color: '#14A3AC'

red 20 ◦ green 163 ◦ blue 172

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

Shades of Light Sea Green #14A3AC

Tints of Light Sea Green #14A3AC

RGB

 RED value IS 20 (8.2% from 255) = 5.63%

 GREEN value IS 163 (64.06% from 255) = 45.92%

 BLUE value IS 172 (67.58% from 255) = 48.45%

R = 5.63%
G = 45.92%
B = 48.45%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#14A3AC (or 0x14A3AC) is known color: Light Sea Green. HEX triplet: 14, A3 and AC. RGB value is (20,163,172). Sum of RGB (Red+Green+Blue) = 20+163+172=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 163 (64.06% from 255 or 45.92% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #14A3AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A3AC is #EB5C53. Grayscale: #797979. Windows color (decimal): -15424596 or 11313940. OLE color: 11313940.

HSL color Cylindrical-coordinate representation of color #14A3AC: hue angle of 183.55º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A3AC is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 163 172 -
CMYK 0.88 0.05 0 0.33
HSL 183.55º 0.79% 0.38% -
HSV(B) 183.55º 0.88% 0.67% -
XYZ 20.83 29.32 43.59 -
YUV 121.27 156.62 55.77 -
System Red Green Blue C M Y K H S L
Decimal 20 163 172 0.88 0.05 0 0.33 183.55 0.79 0.38
Hex 14 A3 AC 58 5 0 21 B8 4F 26
Octal 24 243 254 130 5 0 41 270 117 46
Binary 10100 10100011 10101100 1011000 101 0 100001 10111000 1001111 100110

Color Harmonies of #14A3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A3AC

Black with #14A3AC

Text Example


Text Example

White with #14A3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14A3AC; }

 p { color: rgb(20,163,172); }

 H1.HeaderClassName
 {
   color: #14A3AC;
 }
 .AnyTagClassName
 {
   color: #14A3AC;
 }
</style>

background-color css

<style>
 a { background-color: #14A3AC; }

 a { background-color: rgb(20,163,172); }

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

border-color css

<style>
 span { border-color: #14A3AC; }

 span { border-color: rgb(20,163,172); }

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