#1CA4A3

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

Shades of Light Sea Green #1CA4A3

Tints of Light Sea Green #1CA4A3

Color information

#1CA4A3 (or 0x1CA4A3) is unknown color: approx Light Sea Green. HEX triplet: 1C, A4 and A3. RGB value is (28,164,163). Sum of RGB (Red+Green+Blue) = 28+164+163=355 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.89% from 355); Green value is 164 (64.45% from 255 or 46.20% from 355); Blue value is 163 (64.06% from 255 or 45.92% from 355); Max value from RGB is 164 - color contains mainly: green. Hex color #1CA4A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA4A3 is #E35B5C. Grayscale: #7B7B7B. Windows color (decimal): -14900061 or 10724380. OLE color: 10724380.

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

Color convert

RGB28164163-
CMYK0.8300.010.36
HSL179.56º70.83%37.65%-
HSV(B)179.56º82.93%64.31%-
XYZ20.3729.4439.26-
YUV123.22150.4460.08-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.89%
GREEN value IS 164 (64.45% from 255) = 46.20%
BLUE value IS 163 (64.06% from 255) = 45.92%
R=7.89%
G=46.20%
B=45.92%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal281641630.8300.010.36179.5670.8337.65
Hex1CA4A3530124b44726
Octal34244243123014426410746
Binary111001010010010100011101001101100100101101001000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,164,163); }

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

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

 a { background-color: rgb(28,164,163); }

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

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

 span { border-color: rgb(28,164,163); }

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