#1CC4AD

Color #1CC4AD Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #1CC4AD

Tints of Light Sea Green #1CC4AD

Color information

#1CC4AD (or 0x1CC4AD) is unknown color: approx Light Sea Green. HEX triplet: 1C, C4 and AD. RGB value is (28,196,173). Sum of RGB (Red+Green+Blue) = 28+196+173=397 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.05% from 397); Green value is 196 (76.95% from 255 or 49.37% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC4AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC4AD is #E33B52. Grayscale: #8F8F8F. Windows color (decimal): -14891859 or 11387932. OLE color: 11387932.

HSL color Cylindrical-coordinate representation of color #1CC4AD: hue angle of 171.79º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC4AD is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB28196173-
CMYK0.8600.120.23
HSL171.79º75%43.92%-
HSV(B)171.79º85.71%76.86%-
XYZ27.7642.7446.32-
YUV143.15144.8445.87-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.05%
GREEN value IS 196 (76.95% from 255) = 49.37%
BLUE value IS 173 (67.97% from 255) = 43.58%
R=7.05%
G=49.37%
B=43.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal281961730.8600.120.23171.797543.92
Hex1CC4AD560C17ac4b2c
Octal343042551260142725411354
Binary11100110001001010110110101100110010111101011001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CC4AD; }

 p { color: rgb(28,196,173); }

 H1.HeaderClassName
 {
   color: #1CC4AD;
 }
 .AnyTagClassName
 {
   color: #1CC4AD;
 }
</style>
background-color css

<style>
 a { background-color: #1CC4AD; }

 a { background-color: rgb(28,196,173); }

 div.DivClassName
 {
   background-color: #1CC4AD;
 }
 .BgClassName
 {
   background-color: #1CC4AD;
 }
</style>
border-color css

<style>
 span { border-color: #1CC4AD; }

 span { border-color: rgb(28,196,173); }

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