Html Css Color HEX #14C2BB Light Sea Green

📋 copy color: '#14C2BB'

red 20 ◦ green 194 ◦ blue 187

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

Shades of Light Sea Green #14C2BB

Tints of Light Sea Green #14C2BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.63%

R = 4.99%
G = 48.38%
B = 46.63%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#14C2BB (or 0x14C2BB) is known color: Light Sea Green. HEX triplet: 14, C2 and BB. RGB value is (20,194,187). Sum of RGB (Red+Green+Blue) = 20+194+187=401 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.99% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 194 - color contains mainly: green. Hex color #14C2BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14C2BB is #EB3D44. Grayscale: #8D8D8D. Windows color (decimal): -15416645 or 12304916. OLE color: 12304916.

HSL color Cylindrical-coordinate representation of color #14C2BB: hue angle of 177.59º 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 #14C2BB is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 20 194 187 -
CMYK 0.90 0 0.04 0.24
HSL 177.59º 0.81% 0.42% -
HSV(B) 177.59º 0.9% 0.76% -
XYZ 28.55 42.32 53.68 -
YUV 141.18 153.85 41.57 -
System Red Green Blue C M Y K H S L
Decimal 20 194 187 0.90 0 0.04 0.24 177.59 0.81 0.42
Hex 14 C2 BB 5A 0 4 18 B2 51 2A
Octal 24 302 273 132 0 4 30 262 121 52
Binary 10100 11000010 10111011 1011010 0 100 11000 10110010 1010001 101010

Color Harmonies of #14C2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C2BB

Black with #14C2BB

Text Example


Text Example

White with #14C2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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