Html Css Color HEX #14C2A7 Light Sea Green

📋 copy color: '#14C2A7'

red 20 ◦ green 194 ◦ blue 167

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

Shades of Light Sea Green #14C2A7

Tints of Light Sea Green #14C2A7

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.92%

 BLUE value IS 167 (65.63% from 255) = 43.83%

R = 5.25%
G = 50.92%
B = 43.83%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#14C2A7 (or 0x14C2A7) is known color: Light Sea Green. HEX triplet: 14, C2 and A7. RGB value is (20,194,167). Sum of RGB (Red+Green+Blue) = 20+194+167=381 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.25% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 167 (65.62% from 255 or 43.83% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #14C2A7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C2A7 is #EB3D58. Grayscale: #8A8A8A. Windows color (decimal): -15416665 or 10994196. OLE color: 10994196.

HSL color Cylindrical-coordinate representation of color #14C2A7: hue angle of 170.69º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C2A7 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 20 194 167 -
CMYK 0.90 0 0.14 0.24
HSL 170.69º 0.81% 0.42% -
HSV(B) 170.69º 0.9% 0.76% -
XYZ 26.56 41.52 43.17 -
YUV 138.9 143.85 43.2 -
System Red Green Blue C M Y K H S L
Decimal 20 194 167 0.90 0 0.14 0.24 170.69 0.81 0.42
Hex 14 C2 A7 5A 0 E 18 AB 51 2A
Octal 24 302 247 132 0 16 30 253 121 52
Binary 10100 11000010 10100111 1011010 0 1110 11000 10101011 1010001 101010

Color Harmonies of #14C2A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C2A7

Black with #14C2A7

Text Example


Text Example

White with #14C2A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,194,167); }

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

background-color css

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

 a { background-color: rgb(20,194,167); }

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

border-color css

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

 span { border-color: rgb(20,194,167); }

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