Html Css Color HEX #14BAB2 Light Sea Green

📋 copy color: '#14BAB2'

red 20 ◦ green 186 ◦ blue 178

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

Shades of Light Sea Green #14BAB2

Tints of Light Sea Green #14BAB2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.44%

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

R = 5.21%
G = 48.44%
B = 46.35%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#14BAB2 (or 0x14BAB2) is known color: Light Sea Green. HEX triplet: 14, BA and B2. RGB value is (20,186,178). Sum of RGB (Red+Green+Blue) = 20+186+178=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 178 (69.92% from 255 or 46.35% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #14BAB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BAB2 is #EB454D. Grayscale: #878787. Windows color (decimal): -15418702 or 11713044. OLE color: 11713044.

HSL color Cylindrical-coordinate representation of color #14BAB2: hue angle of 177.11º degrees, saturation: 0.81, 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 #14BAB2 is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 186 178 -
CMYK 0.89 0 0.04 0.27
HSL 177.11º 0.81% 0.4% -
HSV(B) 177.11º 0.89% 0.73% -
XYZ 25.88 38.48 48.18 -
YUV 135.45 152 45.65 -
System Red Green Blue C M Y K H S L
Decimal 20 186 178 0.89 0 0.04 0.27 177.11 0.81 0.4
Hex 14 BA B2 59 0 4 1B B1 51 28
Octal 24 272 262 131 0 4 33 261 121 50
Binary 10100 10111010 10110010 1011001 0 100 11011 10110001 1010001 101000

Color Harmonies of #14BAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BAB2

Black with #14BAB2

Text Example


Text Example

White with #14BAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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