Html Css Color HEX #14BEB6 Light Sea Green

📋 copy color: '#14BEB6'

red 20 ◦ green 190 ◦ blue 182

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

Shades of Light Sea Green #14BEB6

Tints of Light Sea Green #14BEB6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.47%

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

R = 5.1%
G = 48.47%
B = 46.43%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#14BEB6 (or 0x14BEB6) is known color: Light Sea Green. HEX triplet: 14, BE and B6. RGB value is (20,190,182). Sum of RGB (Red+Green+Blue) = 20+190+182=392 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.10% from 392); Green value is 190 (74.61% from 255 or 48.47% from 392); Blue value is 182 (71.48% from 255 or 46.43% from 392); Max value from RGB is 190 - color contains mainly: green. Hex color #14BEB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BEB6 is #EB4149. Grayscale: #8A8A8A. Windows color (decimal): -15417674 or 11976212. OLE color: 11976212.

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

Color convert

RGB 20 190 182 -
CMYK 0.89 0 0.04 0.25
HSL 177.18º 0.81% 0.41% -
HSV(B) 177.18º 0.89% 0.75% -
XYZ 27.15 40.35 50.61 -
YUV 138.26 152.68 43.65 -
System Red Green Blue C M Y K H S L
Decimal 20 190 182 0.89 0 0.04 0.25 177.18 0.81 0.41
Hex 14 BE B6 59 0 4 19 B1 51 29
Octal 24 276 266 131 0 4 31 261 121 51
Binary 10100 10111110 10110110 1011001 0 100 11001 10110001 1010001 101001

Color Harmonies of #14BEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BEB6

Black with #14BEB6

Text Example


Text Example

White with #14BEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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