#1CA79B

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

Shades of Light Sea Green #1CA79B

Tints of Light Sea Green #1CA79B

Color information

#1CA79B (or 0x1CA79B) is unknown color: approx Light Sea Green. HEX triplet: 1C, A7 and 9B. RGB value is (28,167,155). Sum of RGB (Red+Green+Blue) = 28+167+155=350 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8% from 350); Green value is 167 (65.62% from 255 or 47.71% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 167 - color contains mainly: green. Hex color #1CA79B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA79B is #E35864. Grayscale: #7B7B7B. Windows color (decimal): -14899301 or 10200860. OLE color: 10200860.

HSL color Cylindrical-coordinate representation of color #1CA79B: hue angle of 174.82º 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 #1CA79B is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB28167155-
CMYK0.8300.070.35
HSL174.82º71.28%38.24%-
HSV(B)174.82º83.23%65.49%-
XYZ20.2130.2535.78-
YUV124.07145.4559.48-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8%
GREEN value IS 167 (65.62% from 255) = 47.71%
BLUE value IS 155 (60.94% from 255) = 44.29%
R=8%
G=47.71%
B=44.29%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal281671550.8300.070.35174.8271.2838.24
Hex1CA79B530723af4726
Octal34247233123074325710746
Binary11100101001111001101110100110111100011101011111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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