Html Css Color HEX #14A3A2 Light Sea Green

📋 copy color: '#14A3A2'

red 20 ◦ green 163 ◦ blue 162

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

Shades of Light Sea Green #14A3A2

Tints of Light Sea Green #14A3A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 46.96%

R = 5.8%
G = 47.25%
B = 46.96%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#14A3A2 (or 0x14A3A2) is known color: Light Sea Green. HEX triplet: 14, A3 and A2. RGB value is (20,163,162). Sum of RGB (Red+Green+Blue) = 20+163+162=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 163 (64.06% from 255 or 47.25% from 345); Blue value is 162 (63.67% from 255 or 46.96% from 345); Max value from RGB is 163 - color contains mainly: green. Hex color #14A3A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A3A2 is #EB5C5D. Grayscale: #777777. Windows color (decimal): -15424606 or 10658580. OLE color: 10658580.

HSL color Cylindrical-coordinate representation of color #14A3A2: hue angle of 179.58º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A3A2 is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 20 163 162 -
CMYK 0.88 0 0.01 0.36
HSL 179.58º 0.78% 0.36% -
HSV(B) 179.58º 0.88% 0.64% -
XYZ 19.91 28.95 38.72 -
YUV 120.13 151.62 56.58 -
System Red Green Blue C M Y K H S L
Decimal 20 163 162 0.88 0 0.01 0.36 179.58 0.78 0.36
Hex 14 A3 A2 58 0 1 24 B4 4E 24
Octal 24 243 242 130 0 1 44 264 116 44
Binary 10100 10100011 10100010 1011000 0 1 100100 10110100 1001110 100100

Color Harmonies of #14A3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A3A2

Black with #14A3A2

Text Example


Text Example

White with #14A3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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