Html Css Color HEX #14AC9C Light Sea Green

📋 copy color: '#14AC9C'

red 20 ◦ green 172 ◦ blue 156

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

Shades of Light Sea Green #14AC9C

Tints of Light Sea Green #14AC9C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.43%

 BLUE value IS 156 (61.33% from 255) = 44.83%

R = 5.75%
G = 49.43%
B = 44.83%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#14AC9C (or 0x14AC9C) is known color: Light Sea Green. HEX triplet: 14, AC and 9C. RGB value is (20,172,156). Sum of RGB (Red+Green+Blue) = 20+172+156=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 172 (67.58% from 255 or 49.43% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 172 - color contains mainly: green. Hex color #14AC9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AC9C is #EB5363. Grayscale: #7C7C7C. Windows color (decimal): -15422308 or 10267668. OLE color: 10267668.

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

Color convert

RGB 20 172 156 -
CMYK 0.88 0 0.09 0.33
HSL 173.68º 0.79% 0.38% -
HSV(B) 173.68º 0.88% 0.67% -
XYZ 21.04 32.05 36.53 -
YUV 124.73 145.64 53.3 -
System Red Green Blue C M Y K H S L
Decimal 20 172 156 0.88 0 0.09 0.33 173.68 0.79 0.38
Hex 14 AC 9C 58 0 9 21 AE 4F 26
Octal 24 254 234 130 0 11 41 256 117 46
Binary 10100 10101100 10011100 1011000 0 1001 100001 10101110 1001111 100110

Color Harmonies of #14AC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AC9C

Black with #14AC9C

Text Example


Text Example

White with #14AC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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