Html Css Color HEX #14BBAE Light Sea Green

📋 copy color: '#14BBAE'

red 20 ◦ green 187 ◦ blue 174

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

Shades of Light Sea Green #14BBAE

Tints of Light Sea Green #14BBAE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.08%

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

R = 5.25%
G = 49.08%
B = 45.67%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#14BBAE (or 0x14BBAE) is known color: Light Sea Green. HEX triplet: 14, BB and AE. RGB value is (20,187,174). Sum of RGB (Red+Green+Blue) = 20+187+174=381 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.25% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 187 - color contains mainly: green. Hex color #14BBAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BBAE is #EB4451. Grayscale: #878787. Windows color (decimal): -15418450 or 11451156. OLE color: 11451156.

HSL color Cylindrical-coordinate representation of color #14BBAE: hue angle of 175.33º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BBAE is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 187 174 -
CMYK 0.89 0 0.07 0.27
HSL 175.33º 0.81% 0.41% -
HSV(B) 175.33º 0.89% 0.73% -
XYZ 25.7 38.75 46.17 -
YUV 135.59 149.67 45.56 -
System Red Green Blue C M Y K H S L
Decimal 20 187 174 0.89 0 0.07 0.27 175.33 0.81 0.41
Hex 14 BB AE 59 0 7 1B AF 51 29
Octal 24 273 256 131 0 7 33 257 121 51
Binary 10100 10111011 10101110 1011001 0 111 11011 10101111 1010001 101001

Color Harmonies of #14BBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BBAE

Black with #14BBAE

Text Example


Text Example

White with #14BBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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