#1CA1A7

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

Shades of Light Sea Green #1CA1A7

Tints of Light Sea Green #1CA1A7

Color information

#1CA1A7 (or 0x1CA1A7) is unknown color: approx Light Sea Green. HEX triplet: 1C, A1 and A7. RGB value is (28,161,167). Sum of RGB (Red+Green+Blue) = 28+161+167=356 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.87% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 167 (65.62% from 255 or 46.91% from 356); Max value from RGB is 167 - color contains mainly: blue. Hex color #1CA1A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA1A7 is #E35E58. Grayscale: #797979. Windows color (decimal): -14900825 or 10985756. OLE color: 10985756.

HSL color Cylindrical-coordinate representation of color #1CA1A7: hue angle of 182.59º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA1A7 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB28161167-
CMYK0.830.0400.35
HSL182.59º71.28%38.24%-
HSV(B)182.59º83.23%65.49%-
XYZ20.228.5341-
YUV121.92153.4461.01-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.87%
GREEN value IS 161 (63.28% from 255) = 45.22%
BLUE value IS 167 (65.62% from 255) = 46.91%
R=7.87%
G=45.22%
B=46.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal281611670.830.0400.35182.5971.2838.24
Hex1CA1A7534023b74726
Octal34241247123404326710746
Binary11100101000011010011110100111000100011101101111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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