Html Css Color HEX #14BFB6 Light Sea Green

📋 copy color: '#14BFB6'

red 20 ◦ green 191 ◦ blue 182

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

Shades of Light Sea Green #14BFB6

Tints of Light Sea Green #14BFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.31%

R = 5.09%
G = 48.6%
B = 46.31%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#14BFB6 (or 0x14BFB6) is known color: Light Sea Green. HEX triplet: 14, BF and B6. RGB value is (20,191,182). Sum of RGB (Red+Green+Blue) = 20+191+182=393 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.09% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 182 (71.48% from 255 or 46.31% from 393); Max value from RGB is 191 - color contains mainly: green. Hex color #14BFB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BFB6 is #EB4049. Grayscale: #8A8A8A. Windows color (decimal): -15417418 or 11976468. OLE color: 11976468.

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

Color convert

RGB 20 191 182 -
CMYK 0.90 0 0.05 0.25
HSL 176.84º 0.81% 0.41% -
HSV(B) 176.84º 0.9% 0.75% -
XYZ 27.36 40.79 50.69 -
YUV 138.85 152.35 43.23 -
System Red Green Blue C M Y K H S L
Decimal 20 191 182 0.90 0 0.05 0.25 176.84 0.81 0.41
Hex 14 BF B6 5A 0 5 19 B1 51 29
Octal 24 277 266 132 0 5 31 261 121 51
Binary 10100 10111111 10110110 1011010 0 101 11001 10110001 1010001 101001

Color Harmonies of #14BFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BFB6

Black with #14BFB6

Text Example


Text Example

White with #14BFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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