#1CABA4

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

Shades of Light Sea Green #1CABA4

Tints of Light Sea Green #1CABA4

Color information

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

HSL color Cylindrical-coordinate representation of color #1CABA4: hue angle of 177.06º 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 #1CABA4 is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB28171164-
CMYK0.8400.040.33
HSL177.06º71.86%39.02%-
HSV(B)177.06º83.63%67.06%-
XYZ21.7432.0540.16-
YUV127.44148.6257.07-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal281711640.8400.040.33177.0671.8639.02
Hex1CABA4540421b14827
Octal34253244124044126111047
Binary11100101010111010010010101000100100001101100011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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