#1C997B

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

Shades of Elf Green #1C997B

Tints of Elf Green #1C997B

Color information

#1C997B (or 0x1C997B) is unknown color: approx Elf Green. HEX triplet: 1C, 99 and 7B. RGB value is (28,153,123). Sum of RGB (Red+Green+Blue) = 28+153+123=304 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.21% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #1C997B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C997B is #E36684. Grayscale: #707070. Windows color (decimal): -14902917 or 8100124. OLE color: 8100124.

HSL color Cylindrical-coordinate representation of color #1C997B: hue angle of 165.6º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C997B is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB28153123-
CMYK0.8200.200.4
HSL165.6º69.06%35.49%-
HSV(B)165.6º81.7%60%-
XYZ15.4524.4622.65-
YUV112.2134.0967.94-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.21%
GREEN value IS 153 (60.16% from 255) = 50.33%
BLUE value IS 123 (48.44% from 255) = 40.46%
R=9.21%
G=50.33%
B=40.46%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal281531230.8200.200.4165.669.0635.49
Hex1C997B5201428a64523
Octal342311731220245024610543
Binary111001001100111110111010010010100101000101001101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C997B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,153,123); }

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

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

 a { background-color: rgb(28,153,123); }

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

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

 span { border-color: rgb(28,153,123); }

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