#1CCFAE

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

Shades of Light Sea Green #1CCFAE

Tints of Light Sea Green #1CCFAE

Color information

#1CCFAE (or 0x1CCFAE) is unknown color: approx Light Sea Green. HEX triplet: 1C, CF and AE. RGB value is (28,207,174). Sum of RGB (Red+Green+Blue) = 28+207+174=409 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.85% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #1CCFAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCFAE is #E33051. Grayscale: #959595. Windows color (decimal): -14889042 or 11456284. OLE color: 11456284.

HSL color Cylindrical-coordinate representation of color #1CCFAE: hue angle of 168.94º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCFAE is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB28207174-
CMYK0.8600.160.19
HSL168.94º76.17%46.08%-
HSV(B)168.94º86.47%81.18%-
XYZ30.4347.9347.69-
YUV149.72141.741.18-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.85%
GREEN value IS 207 (81.25% from 255) = 50.61%
BLUE value IS 174 (68.36% from 255) = 42.54%
R=6.85%
G=50.61%
B=42.54%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal282071740.8600.160.19168.9476.1746.08
Hex1CCFAE5601013a94c2e
Octal343172561260202325111456
Binary111001100111110101110101011001000010011101010011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,207,174); }

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

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

 a { background-color: rgb(28,207,174); }

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

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

 span { border-color: rgb(28,207,174); }

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