#31CCAE

Color #31CCAE Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #31CCAE

Tints of Shamrock #31CCAE

Color information

#31CCAE (or 0x31CCAE) is unknown color: approx Shamrock. HEX triplet: 31, CC and AE. RGB value is (49,204,174). Sum of RGB (Red+Green+Blue) = 49+204+174=427 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.48% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 204 - color contains mainly: green. Hex color #31CCAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CCAE is #CE3351. Grayscale: #9A9A9A. Windows color (decimal): -13513554 or 11455537. OLE color: 11455537.

HSL color Cylindrical-coordinate representation of color #31CCAE: hue angle of 168.39º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CCAE is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB49204174-
CMYK0.7600.150.2
HSL168.39º61.26%49.61%-
HSV(B)168.39º75.98%80%-
XYZ30.546.8947.49-
YUV154.24139.1552.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.48%
GREEN value IS 204 (80.08% from 255) = 47.78%
BLUE value IS 174 (68.36% from 255) = 40.75%
R=11.48%
G=47.78%
B=40.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal492041740.7600.150.2168.3961.2649.61
Hex31CCAE4C0F14a83d32
Octal61314256114017242507562
Binary11000111001100101011101001100011111010010101000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31CCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31CCAE; }

 p { color: rgb(49,204,174); }

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

<style>
 a { background-color: #31CCAE; }

 a { background-color: rgb(49,204,174); }

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

<style>
 span { border-color: #31CCAE; }

 span { border-color: rgb(49,204,174); }

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