Html Css Color HEX #14BFA8 Light Sea Green

📋 copy color: '#14BFA8'

red 20 ◦ green 191 ◦ blue 168

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

Shades of Light Sea Green #14BFA8

Tints of Light Sea Green #14BFA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.33%

R = 5.28%
G = 50.4%
B = 44.33%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#14BFA8 (or 0x14BFA8) is known color: Light Sea Green. HEX triplet: 14, BF and A8. RGB value is (20,191,168). Sum of RGB (Red+Green+Blue) = 20+191+168=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 191 (75% from 255 or 50.40% from 379); Blue value is 168 (66.02% from 255 or 44.33% from 379); Max value from RGB is 191 - color contains mainly: green. Hex color #14BFA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BFA8 is #EB4057. Grayscale: #898989. Windows color (decimal): -15417432 or 11058964. OLE color: 11058964.

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

Color convert

RGB 20 191 168 -
CMYK 0.90 0 0.12 0.25
HSL 171.93º 0.81% 0.41% -
HSV(B) 171.93º 0.9% 0.75% -
XYZ 25.99 40.24 43.44 -
YUV 137.25 145.35 44.37 -
System Red Green Blue C M Y K H S L
Decimal 20 191 168 0.90 0 0.12 0.25 171.93 0.81 0.41
Hex 14 BF A8 5A 0 C 19 AC 51 29
Octal 24 277 250 132 0 14 31 254 121 51
Binary 10100 10111111 10101000 1011010 0 1100 11001 10101100 1010001 101001

Color Harmonies of #14BFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BFA8

Black with #14BFA8

Text Example


Text Example

White with #14BFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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