Html Css Color HEX #14BAAF Light Sea Green

📋 copy color: '#14BAAF'

red 20 ◦ green 186 ◦ blue 175

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

Shades of Light Sea Green #14BAAF

Tints of Light Sea Green #14BAAF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.82%

 BLUE value IS 175 (68.75% from 255) = 45.93%

R = 5.25%
G = 48.82%
B = 45.93%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#14BAAF (or 0x14BAAF) is known color: Light Sea Green. HEX triplet: 14, BA and AF. RGB value is (20,186,175). Sum of RGB (Red+Green+Blue) = 20+186+175=381 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.25% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #14BAAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BAAF is #EB4550. Grayscale: #868686. Windows color (decimal): -15418705 or 11516436. OLE color: 11516436.

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

Color convert

RGB 20 186 175 -
CMYK 0.89 0 0.06 0.27
HSL 176.02º 0.81% 0.4% -
HSV(B) 176.02º 0.89% 0.73% -
XYZ 25.59 38.36 46.61 -
YUV 135.11 150.5 45.89 -
System Red Green Blue C M Y K H S L
Decimal 20 186 175 0.89 0 0.06 0.27 176.02 0.81 0.4
Hex 14 BA AF 59 0 6 1B B0 51 28
Octal 24 272 257 131 0 6 33 260 121 50
Binary 10100 10111010 10101111 1011001 0 110 11011 10110000 1010001 101000

Color Harmonies of #14BAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BAAF

Black with #14BAAF

Text Example


Text Example

White with #14BAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,186,175); }

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

background-color css

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

 a { background-color: rgb(20,186,175); }

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

border-color css

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

 span { border-color: rgb(20,186,175); }

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