Html Css Color HEX #14ADB7 Light Sea Green

📋 copy color: '#14ADB7'

red 20 ◦ green 173 ◦ blue 183

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

Shades of Light Sea Green #14ADB7

Tints of Light Sea Green #14ADB7

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.01%

 BLUE value IS 183 (71.88% from 255) = 48.67%

R = 5.32%
G = 46.01%
B = 48.67%

CMYK

 C value IS 0.89

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#14ADB7 (or 0x14ADB7) is known color: Light Sea Green. HEX triplet: 14, AD and B7. RGB value is (20,173,183). Sum of RGB (Red+Green+Blue) = 20+173+183=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 183 (71.88% from 255 or 48.67% from 376); Max value from RGB is 183 - color contains mainly: blue. Hex color #14ADB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ADB7 is #EB5248. Grayscale: #808080. Windows color (decimal): -15422025 or 12037396. OLE color: 12037396.

HSL color Cylindrical-coordinate representation of color #14ADB7: hue angle of 183.68º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14ADB7 is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 20 173 183 -
CMYK 0.89 0.05 0 0.28
HSL 183.68º 0.8% 0.4% -
HSV(B) 183.68º 0.89% 0.72% -
XYZ 23.78 33.45 50 -
YUV 128.39 158.81 50.69 -
System Red Green Blue C M Y K H S L
Decimal 20 173 183 0.89 0.05 0 0.28 183.68 0.8 0.4
Hex 14 AD B7 59 5 0 1C B8 50 28
Octal 24 255 267 131 5 0 34 270 120 50
Binary 10100 10101101 10110111 1011001 101 0 11100 10111000 1010000 101000

Color Harmonies of #14ADB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ADB7

Black with #14ADB7

Text Example


Text Example

White with #14ADB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,173,183); }

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

background-color css

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

 a { background-color: rgb(20,173,183); }

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

border-color css

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

 span { border-color: rgb(20,173,183); }

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