#1CA4AB

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

Shades of Light Sea Green #1CA4AB

Tints of Light Sea Green #1CA4AB

Color information

#1CA4AB (or 0x1CA4AB) is unknown color: approx Light Sea Green. HEX triplet: 1C, A4 and AB. RGB value is (28,164,171). Sum of RGB (Red+Green+Blue) = 28+164+171=363 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.71% from 363); Green value is 164 (64.45% from 255 or 45.18% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #1CA4AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA4AB is #E35B54. Grayscale: #7B7B7B. Windows color (decimal): -14900053 or 11248668. OLE color: 11248668.

HSL color Cylindrical-coordinate representation of color #1CA4AB: hue angle of 182.94º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CA4AB is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB28164171-
CMYK0.840.0400.33
HSL182.94º71.86%39.02%-
HSV(B)182.94º83.63%67.06%-
XYZ21.1129.7443.16-
YUV124.13154.4459.43-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.71%
GREEN value IS 164 (64.45% from 255) = 45.18%
BLUE value IS 171 (67.19% from 255) = 47.11%
R=7.71%
G=45.18%
B=47.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal281641710.840.0400.33182.9471.8639.02
Hex1CA4AB544021b74827
Octal34244253124404126711047
Binary11100101001001010101110101001000100001101101111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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