Html Css Color HEX #14BFBC Light Sea Green

📋 copy color: '#14BFBC'

red 20 ◦ green 191 ◦ blue 188

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

Shades of Light Sea Green #14BFBC

Tints of Light Sea Green #14BFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.12%

R = 5.01%
G = 47.87%
B = 47.12%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#14BFBC (or 0x14BFBC) is known color: Light Sea Green. HEX triplet: 14, BF and BC. RGB value is (20,191,188). Sum of RGB (Red+Green+Blue) = 20+191+188=399 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.01% from 399); Green value is 191 (75% from 255 or 47.87% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 191 - color contains mainly: green. Hex color #14BFBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BFBC is #EB4043. Grayscale: #8B8B8B. Windows color (decimal): -15417412 or 12369684. OLE color: 12369684.

HSL color Cylindrical-coordinate representation of color #14BFBC: hue angle of 178.95º 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 #14BFBC is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 191 188 -
CMYK 0.90 0 0.02 0.25
HSL 178.95º 0.81% 0.41% -
HSV(B) 178.95º 0.9% 0.75% -
XYZ 28 41.04 54.02 -
YUV 139.53 155.35 42.74 -
System Red Green Blue C M Y K H S L
Decimal 20 191 188 0.90 0 0.02 0.25 178.95 0.81 0.41
Hex 14 BF BC 5A 0 2 19 B3 51 29
Octal 24 277 274 132 0 2 31 263 121 51
Binary 10100 10111111 10111100 1011010 0 10 11001 10110011 1010001 101001

Color Harmonies of #14BFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BFBC

Black with #14BFBC

Text Example


Text Example

White with #14BFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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