Html Css Color HEX #14A8B2 Light Sea Green

📋 copy color: '#14A8B2'

red 20 ◦ green 168 ◦ blue 178

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

Shades of Light Sea Green #14A8B2

Tints of Light Sea Green #14A8B2

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.9%

 BLUE value IS 178 (69.92% from 255) = 48.63%

R = 5.46%
G = 45.9%
B = 48.63%

CMYK

 C value IS 0.89

 M value IS 0.06

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#14A8B2 (or 0x14A8B2) is known color: Light Sea Green. HEX triplet: 14, A8 and B2. RGB value is (20,168,178). Sum of RGB (Red+Green+Blue) = 20+168+178=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 168 (66.02% from 255 or 45.90% from 366); Blue value is 178 (69.92% from 255 or 48.63% from 366); Max value from RGB is 178 - color contains mainly: blue. Hex color #14A8B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A8B2 is #EB574D. Grayscale: #7C7C7C. Windows color (decimal): -15423310 or 11708436. OLE color: 11708436.

HSL color Cylindrical-coordinate representation of color #14A8B2: hue angle of 183.8º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14A8B2 is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 20 168 178 -
CMYK 0.89 0.06 0 0.30
HSL 183.8º 0.8% 0.39% -
HSV(B) 183.8º 0.89% 0.7% -
XYZ 22.33 31.37 47 -
YUV 124.89 157.97 53.19 -
System Red Green Blue C M Y K H S L
Decimal 20 168 178 0.89 0.06 0 0.30 183.8 0.8 0.39
Hex 14 A8 B2 59 6 0 1E B8 50 27
Octal 24 250 262 131 6 0 36 270 120 47
Binary 10100 10101000 10110010 1011001 110 0 11110 10111000 1010000 100111

Color Harmonies of #14A8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A8B2

Black with #14A8B2

Text Example


Text Example

White with #14A8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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