#1CCAA7

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

Shades of Light Sea Green #1CCAA7

Tints of Light Sea Green #1CCAA7

Color information

#1CCAA7 (or 0x1CCAA7) is unknown color: approx Light Sea Green. HEX triplet: 1C, CA and A7. RGB value is (28,202,167). Sum of RGB (Red+Green+Blue) = 28+202+167=397 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.05% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 167 (65.62% from 255 or 42.07% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCAA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCAA7 is #E33558. Grayscale: #919191. Windows color (decimal): -14890329 or 10996252. OLE color: 10996252.

HSL color Cylindrical-coordinate representation of color #1CCAA7: hue angle of 167.93º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCAA7 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB28202167-
CMYK0.8600.170.21
HSL167.93º75.65%45.1%-
HSV(B)167.93º86.14%79.22%-
XYZ28.5745.2843.79-
YUV145.98139.8543.85-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.05%
GREEN value IS 202 (79.30% from 255) = 50.88%
BLUE value IS 167 (65.62% from 255) = 42.07%
R=7.05%
G=50.88%
B=42.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal282021670.8600.170.21167.9375.6545.1
Hex1CCAA75601115a84c2d
Octal343122471260212525011455
Binary111001100101010100111101011001000110101101010001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,202,167); }

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

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

 a { background-color: rgb(28,202,167); }

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

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

 span { border-color: rgb(28,202,167); }

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