Html Css Color HEX #14AFB9 Light Sea Green

📋 copy color: '#14AFB9'

red 20 ◦ green 175 ◦ blue 185

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

Shades of Light Sea Green #14AFB9

Tints of Light Sea Green #14AFB9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.05%

 BLUE value IS 185 (72.66% from 255) = 48.68%

R = 5.26%
G = 46.05%
B = 48.68%

CMYK

 C value IS 0.89

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#14AFB9 (or 0x14AFB9) is known color: Light Sea Green. HEX triplet: 14, AF and B9. RGB value is (20,175,185). Sum of RGB (Red+Green+Blue) = 20+175+185=380 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.26% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 185 (72.66% from 255 or 48.68% from 380); Max value from RGB is 185 - color contains mainly: blue. Hex color #14AFB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AFB9 is #EB5046. Grayscale: #818181. Windows color (decimal): -15421511 or 12168980. OLE color: 12168980.

HSL color Cylindrical-coordinate representation of color #14AFB9: hue angle of 183.64º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14AFB9 is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 175 185 -
CMYK 0.89 0.05 0 0.27
HSL 183.64º 0.8% 0.4% -
HSV(B) 183.64º 0.89% 0.73% -
XYZ 24.38 34.31 51.24 -
YUV 129.8 159.15 49.69 -
System Red Green Blue C M Y K H S L
Decimal 20 175 185 0.89 0.05 0 0.27 183.64 0.8 0.4
Hex 14 AF B9 59 5 0 1B B8 50 28
Octal 24 257 271 131 5 0 33 270 120 50
Binary 10100 10101111 10111001 1011001 101 0 11011 10111000 1010000 101000

Color Harmonies of #14AFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AFB9

Black with #14AFB9

Text Example


Text Example

White with #14AFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,175,185); }

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

background-color css

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

 a { background-color: rgb(20,175,185); }

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

border-color css

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

 span { border-color: rgb(20,175,185); }

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