#31BDA4

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

Shades of Shamrock #31BDA4

Tints of Shamrock #31BDA4

Color information

#31BDA4 (or 0x31BDA4) is unknown color: approx Shamrock. HEX triplet: 31, BD and A4. RGB value is (49,189,164). Sum of RGB (Red+Green+Blue) = 49+189+164=402 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.19% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 189 - color contains mainly: green. Hex color #31BDA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BDA4 is #CE425B. Grayscale: #909090. Windows color (decimal): -13517404 or 10796337. OLE color: 10796337.

HSL color Cylindrical-coordinate representation of color #31BDA4: hue angle of 169.29º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BDA4 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB49189164-
CMYK0.7400.130.26
HSL169.29º58.82%46.67%-
HSV(B)169.29º74.07%74.12%-
XYZ26.1739.7341.41-
YUV144.29139.1260.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.19%
GREEN value IS 189 (74.22% from 255) = 47.01%
BLUE value IS 164 (64.45% from 255) = 40.80%
R=12.19%
G=47.01%
B=40.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal491891640.7400.130.26169.2958.8246.67
Hex31BDA44A0D1Aa93b2f
Octal61275244112015322517357
Binary11000110111101101001001001010011011101010101001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,189,164); }

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

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

 a { background-color: rgb(49,189,164); }

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

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

 span { border-color: rgb(49,189,164); }

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