Html Css Color HEX #14BCBA Light Sea Green

📋 copy color: '#14BCBA'

red 20 ◦ green 188 ◦ blue 186

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

Shades of Light Sea Green #14BCBA

Tints of Light Sea Green #14BCBA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.72%

 BLUE value IS 186 (73.05% from 255) = 47.21%

R = 5.08%
G = 47.72%
B = 47.21%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#14BCBA (or 0x14BCBA) is known color: Light Sea Green. HEX triplet: 14, BC and BA. RGB value is (20,188,186). Sum of RGB (Red+Green+Blue) = 20+188+186=394 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.08% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 188 - color contains mainly: green. Hex color #14BCBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BCBA is #EB4345. Grayscale: #898989. Windows color (decimal): -15418182 or 12237844. OLE color: 12237844.

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

Color convert

RGB 20 188 186 -
CMYK 0.89 0 0.01 0.26
HSL 179.29º 0.81% 0.41% -
HSV(B) 179.29º 0.89% 0.74% -
XYZ 27.13 39.66 52.68 -
YUV 137.54 155.34 44.16 -
System Red Green Blue C M Y K H S L
Decimal 20 188 186 0.89 0 0.01 0.26 179.29 0.81 0.41
Hex 14 BC BA 59 0 1 1A B3 51 29
Octal 24 274 272 131 0 1 32 263 121 51
Binary 10100 10111100 10111010 1011001 0 1 11010 10110011 1010001 101001

Color Harmonies of #14BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BCBA

Black with #14BCBA

Text Example


Text Example

White with #14BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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