Html Css Color HEX #14BFBA Light Sea Green

📋 copy color: '#14BFBA'

red 20 ◦ green 191 ◦ blue 186

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

Shades of Light Sea Green #14BFBA

Tints of Light Sea Green #14BFBA

RGB

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

 GREEN value IS 191 (75% from 255) = 48.11%

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

R = 5.04%
G = 48.11%
B = 46.85%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#14BFBA (or 0x14BFBA) is known color: Light Sea Green. HEX triplet: 14, BF and BA. RGB value is (20,191,186). Sum of RGB (Red+Green+Blue) = 20+191+186=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #14BFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BFBA is #EB4045. Grayscale: #8B8B8B. Windows color (decimal): -15417414 or 12238612. OLE color: 12238612.

HSL color Cylindrical-coordinate representation of color #14BFBA: hue angle of 178.25º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BFBA is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 191 186 -
CMYK 0.90 0 0.03 0.25
HSL 178.25º 0.81% 0.41% -
HSV(B) 178.25º 0.9% 0.75% -
XYZ 27.78 40.96 52.9 -
YUV 139.3 154.35 42.91 -
System Red Green Blue C M Y K H S L
Decimal 20 191 186 0.90 0 0.03 0.25 178.25 0.81 0.41
Hex 14 BF BA 5A 0 3 19 B2 51 29
Octal 24 277 272 132 0 3 31 262 121 51
Binary 10100 10111111 10111010 1011010 0 11 11001 10110010 1010001 101001

Color Harmonies of #14BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BFBA

Black with #14BFBA

Text Example


Text Example

White with #14BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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