Html Css Color HEX #14CAB1 Light Sea Green

📋 copy color: '#14CAB1'

red 20 ◦ green 202 ◦ blue 177

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

Shades of Light Sea Green #14CAB1

Tints of Light Sea Green #14CAB1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 50.63%

 BLUE value IS 177 (69.53% from 255) = 44.36%

R = 5.01%
G = 50.63%
B = 44.36%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#14CAB1 (or 0x14CAB1) is known color: Light Sea Green. HEX triplet: 14, CA and B1. RGB value is (20,202,177). Sum of RGB (Red+Green+Blue) = 20+202+177=399 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.01% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 177 (69.53% from 255 or 44.36% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #14CAB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CAB1 is #EB354E. Grayscale: #909090. Windows color (decimal): -15414607 or 11651604. OLE color: 11651604.

HSL color Cylindrical-coordinate representation of color #14CAB1: hue angle of 171.76º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CAB1 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 20 202 177 -
CMYK 0.90 0 0.12 0.21
HSL 171.76º 0.82% 0.44% -
HSV(B) 171.76º 0.9% 0.79% -
XYZ 29.34 45.56 48.84 -
YUV 144.73 146.2 39.03 -
System Red Green Blue C M Y K H S L
Decimal 20 202 177 0.90 0 0.12 0.21 171.76 0.82 0.44
Hex 14 CA B1 5A 0 C 15 AC 52 2C
Octal 24 312 261 132 0 14 25 254 122 54
Binary 10100 11001010 10110001 1011010 0 1100 10101 10101100 1010010 101100

Color Harmonies of #14CAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CAB1

Black with #14CAB1

Text Example


Text Example

White with #14CAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,202,177); }

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

background-color css

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

 a { background-color: rgb(20,202,177); }

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

border-color css

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

 span { border-color: rgb(20,202,177); }

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