Html Css Color HEX #14BCB6 Light Sea Green

📋 copy color: '#14BCB6'

red 20 ◦ green 188 ◦ blue 182

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

Shades of Light Sea Green #14BCB6

Tints of Light Sea Green #14BCB6

RGB

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

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

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

R = 5.13%
G = 48.21%
B = 46.67%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#14BCB6 (or 0x14BCB6) is known color: Light Sea Green. HEX triplet: 14, BC and B6. RGB value is (20,188,182). Sum of RGB (Red+Green+Blue) = 20+188+182=390 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.13% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 182 (71.48% from 255 or 46.67% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #14BCB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BCB6 is #EB4349. Grayscale: #888888. Windows color (decimal): -15418186 or 11975700. OLE color: 11975700.

HSL color Cylindrical-coordinate representation of color #14BCB6: hue angle of 177.86º 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 #14BCB6 is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 188 182 -
CMYK 0.89 0 0.03 0.26
HSL 177.86º 0.81% 0.41% -
HSV(B) 177.86º 0.89% 0.74% -
XYZ 26.72 39.49 50.47 -
YUV 137.08 153.34 44.49 -
System Red Green Blue C M Y K H S L
Decimal 20 188 182 0.89 0 0.03 0.26 177.86 0.81 0.41
Hex 14 BC B6 59 0 3 1A B2 51 29
Octal 24 274 266 131 0 3 32 262 121 51
Binary 10100 10111100 10110110 1011001 0 11 11010 10110010 1010001 101001

Color Harmonies of #14BCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BCB6

Black with #14BCB6

Text Example


Text Example

White with #14BCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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