Html Css Color HEX #14A2AB Light Sea Green

📋 copy color: '#14A2AB'

red 20 ◦ green 162 ◦ blue 171

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

Shades of Light Sea Green #14A2AB

Tints of Light Sea Green #14A2AB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.89%

 BLUE value IS 171 (67.19% from 255) = 48.44%

R = 5.67%
G = 45.89%
B = 48.44%

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

#14A2AB (or 0x14A2AB) is known color: Light Sea Green. HEX triplet: 14, A2 and AB. RGB value is (20,162,171). Sum of RGB (Red+Green+Blue) = 20+162+171=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 162 (63.67% from 255 or 45.89% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #14A2AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A2AB is #EB5D54. Grayscale: #787878. Windows color (decimal): -15424853 or 11248148. OLE color: 11248148.

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

Color convert

RGB 20 162 171 -
CMYK 0.88 0.05 0 0.33
HSL 183.58º 0.79% 0.37% -
HSV(B) 183.58º 0.88% 0.67% -
XYZ 20.56 28.93 43.03 -
YUV 120.57 156.46 56.27 -
System Red Green Blue C M Y K H S L
Decimal 20 162 171 0.88 0.05 0 0.33 183.58 0.79 0.37
Hex 14 A2 AB 58 5 0 21 B8 4F 25
Octal 24 242 253 130 5 0 41 270 117 45
Binary 10100 10100010 10101011 1011000 101 0 100001 10111000 1001111 100101

Color Harmonies of #14A2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A2AB

Black with #14A2AB

Text Example


Text Example

White with #14A2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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