Html Css Color HEX #14CCB1 Light Sea Green

📋 copy color: '#14CCB1'

red 20 ◦ green 204 ◦ blue 177

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

Shades of Light Sea Green #14CCB1

Tints of Light Sea Green #14CCB1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.87%

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

R = 4.99%
G = 50.87%
B = 44.14%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#14CCB1 (or 0x14CCB1) is known color: Light Sea Green. HEX triplet: 14, CC and B1. RGB value is (20,204,177). Sum of RGB (Red+Green+Blue) = 20+204+177=401 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.99% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 177 (69.53% from 255 or 44.14% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #14CCB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CCB1 is #EB334E. Grayscale: #919191. Windows color (decimal): -15414095 or 11652116. OLE color: 11652116.

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

Color convert

RGB 20 204 177 -
CMYK 0.90 0 0.13 0.2
HSL 171.2º 0.82% 0.44% -
HSV(B) 171.2º 0.9% 0.8% -
XYZ 29.82 46.51 49 -
YUV 145.91 145.54 38.2 -
System Red Green Blue C M Y K H S L
Decimal 20 204 177 0.90 0 0.13 0.2 171.2 0.82 0.44
Hex 14 CC B1 5A 0 D 14 AB 52 2C
Octal 24 314 261 132 0 15 24 253 122 54
Binary 10100 11001100 10110001 1011010 0 1101 10100 10101011 1010010 101100

Color Harmonies of #14CCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CCB1

Black with #14CCB1

Text Example


Text Example

White with #14CCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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