Html Css Color HEX #14B29B Light Sea Green

📋 copy color: '#14B29B'

red 20 ◦ green 178 ◦ blue 155

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

Shades of Light Sea Green #14B29B

Tints of Light Sea Green #14B29B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50.42%

 BLUE value IS 155 (60.94% from 255) = 43.91%

R = 5.67%
G = 50.42%
B = 43.91%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#14B29B (or 0x14B29B) is known color: Light Sea Green. HEX triplet: 14, B2 and 9B. RGB value is (20,178,155). Sum of RGB (Red+Green+Blue) = 20+178+155=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 178 (69.92% from 255 or 50.42% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 178 - color contains mainly: green. Hex color #14B29B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14B29B is #EB4D64. Grayscale: #808080. Windows color (decimal): -15420773 or 10203668. OLE color: 10203668.

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

Color convert

RGB 20 178 155 -
CMYK 0.89 0 0.13 0.30
HSL 171.27º 0.8% 0.39% -
HSV(B) 171.27º 0.89% 0.7% -
XYZ 22.13 34.36 36.48 -
YUV 128.14 143.15 50.87 -
System Red Green Blue C M Y K H S L
Decimal 20 178 155 0.89 0 0.13 0.30 171.27 0.8 0.39
Hex 14 B2 9B 59 0 D 1E AB 50 27
Octal 24 262 233 131 0 15 36 253 120 47
Binary 10100 10110010 10011011 1011001 0 1101 11110 10101011 1010000 100111

Color Harmonies of #14B29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B29B

Black with #14B29B

Text Example


Text Example

White with #14B29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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