Html Css Color HEX #14BBA0 Light Sea Green

📋 copy color: '#14BBA0'

red 20 ◦ green 187 ◦ blue 160

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

Shades of Light Sea Green #14BBA0

Tints of Light Sea Green #14BBA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 43.6%

R = 5.45%
G = 50.95%
B = 43.6%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#14BBA0 (or 0x14BBA0) is known color: Light Sea Green. HEX triplet: 14, BB and A0. RGB value is (20,187,160). Sum of RGB (Red+Green+Blue) = 20+187+160=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 187 (73.44% from 255 or 50.95% from 367); Blue value is 160 (62.89% from 255 or 43.60% from 367); Max value from RGB is 187 - color contains mainly: green. Hex color #14BBA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BBA0 is #EB445F. Grayscale: #858585. Windows color (decimal): -15418464 or 10533652. OLE color: 10533652.

HSL color Cylindrical-coordinate representation of color #14BBA0: hue angle of 170.3º 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 #14BBA0 is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 187 160 -
CMYK 0.89 0 0.14 0.27
HSL 170.3º 0.81% 0.41% -
HSV(B) 170.3º 0.89% 0.73% -
XYZ 24.4 38.23 39.35 -
YUV 133.99 142.67 46.7 -
System Red Green Blue C M Y K H S L
Decimal 20 187 160 0.89 0 0.14 0.27 170.3 0.81 0.41
Hex 14 BB A0 59 0 E 1B AA 51 29
Octal 24 273 240 131 0 16 33 252 121 51
Binary 10100 10111011 10100000 1011001 0 1110 11011 10101010 1010001 101001

Color Harmonies of #14BBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BBA0

Black with #14BBA0

Text Example


Text Example

White with #14BBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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