Html Css Color HEX #14B0AE Light Sea Green

📋 copy color: '#14B0AE'

red 20 ◦ green 176 ◦ blue 174

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

Shades of Light Sea Green #14B0AE

Tints of Light Sea Green #14B0AE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.57%

 BLUE value IS 174 (68.36% from 255) = 47.03%

R = 5.41%
G = 47.57%
B = 47.03%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#14B0AE (or 0x14B0AE) is known color: Light Sea Green. HEX triplet: 14, B0 and AE. RGB value is (20,176,174). Sum of RGB (Red+Green+Blue) = 20+176+174=370 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.41% from 370); Green value is 176 (69.14% from 255 or 47.57% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 176 - color contains mainly: green. Hex color #14B0AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14B0AE is #EB4F51. Grayscale: #808080. Windows color (decimal): -15421266 or 11448340. OLE color: 11448340.

HSL color Cylindrical-coordinate representation of color #14B0AE: hue angle of 179.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B0AE is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 176 174 -
CMYK 0.89 0 0.01 0.31
HSL 179.23º 0.8% 0.38% -
HSV(B) 179.23º 0.89% 0.69% -
XYZ 23.45 34.26 45.42 -
YUV 129.13 153.32 50.16 -
System Red Green Blue C M Y K H S L
Decimal 20 176 174 0.89 0 0.01 0.31 179.23 0.8 0.38
Hex 14 B0 AE 59 0 1 1F B3 50 26
Octal 24 260 256 131 0 1 37 263 120 46
Binary 10100 10110000 10101110 1011001 0 1 11111 10110011 1010000 100110

Color Harmonies of #14B0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B0AE

Black with #14B0AE

Text Example


Text Example

White with #14B0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,176,174); }

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

background-color css

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

 a { background-color: rgb(20,176,174); }

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

border-color css

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

 span { border-color: rgb(20,176,174); }

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