Html Css Color HEX #14ABAC Light Sea Green

📋 copy color: '#14ABAC'

red 20 ◦ green 171 ◦ blue 172

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

Shades of Light Sea Green #14ABAC

Tints of Light Sea Green #14ABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.11%

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

R = 5.51%
G = 47.11%
B = 47.38%

CMYK

 C value IS 0.88

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#14ABAC (or 0x14ABAC) is known color: Light Sea Green. HEX triplet: 14, AB and AC. RGB value is (20,171,172). Sum of RGB (Red+Green+Blue) = 20+171+172=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #14ABAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14ABAC is #EB5453. Grayscale: #7D7D7D. Windows color (decimal): -15422548 or 11315988. OLE color: 11315988.

HSL color Cylindrical-coordinate representation of color #14ABAC: hue angle of 180.39º 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 #14ABAC is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 171 172 -
CMYK 0.88 0.01 0 0.33
HSL 180.39º 0.79% 0.38% -
HSV(B) 180.39º 0.88% 0.67% -
XYZ 22.3 32.25 44.08 -
YUV 125.97 153.97 52.42 -
System Red Green Blue C M Y K H S L
Decimal 20 171 172 0.88 0.01 0 0.33 180.39 0.79 0.38
Hex 14 AB AC 58 1 0 21 B4 4F 26
Octal 24 253 254 130 1 0 41 264 117 46
Binary 10100 10101011 10101100 1011000 1 0 100001 10110100 1001111 100110

Color Harmonies of #14ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ABAC

Black with #14ABAC

Text Example


Text Example

White with #14ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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