Html Css Color HEX #14AF9E Light Sea Green

📋 copy color: '#14AF9E'

red 20 ◦ green 175 ◦ blue 158

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

Shades of Light Sea Green #14AF9E

Tints of Light Sea Green #14AF9E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.58%

 BLUE value IS 158 (62.11% from 255) = 44.76%

R = 5.67%
G = 49.58%
B = 44.76%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#14AF9E (or 0x14AF9E) is known color: Light Sea Green. HEX triplet: 14, AF and 9E. RGB value is (20,175,158). Sum of RGB (Red+Green+Blue) = 20+175+158=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #14AF9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AF9E is #EB5061. Grayscale: #7E7E7E. Windows color (decimal): -15421538 or 10399508. OLE color: 10399508.

HSL color Cylindrical-coordinate representation of color #14AF9E: hue angle of 173.42º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14AF9E is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 175 158 -
CMYK 0.89 0 0.10 0.31
HSL 173.42º 0.79% 0.38% -
HSV(B) 173.42º 0.89% 0.69% -
XYZ 21.79 33.28 37.62 -
YUV 126.72 145.65 51.88 -
System Red Green Blue C M Y K H S L
Decimal 20 175 158 0.89 0 0.10 0.31 173.42 0.79 0.38
Hex 14 AF 9E 59 0 A 1F AD 4F 26
Octal 24 257 236 131 0 12 37 255 117 46
Binary 10100 10101111 10011110 1011001 0 1010 11111 10101101 1001111 100110

Color Harmonies of #14AF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AF9E

Black with #14AF9E

Text Example


Text Example

White with #14AF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,175,158); }

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

background-color css

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

 a { background-color: rgb(20,175,158); }

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

border-color css

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

 span { border-color: rgb(20,175,158); }

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