#3CD5AF

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

Shades of Shamrock #3CD5AF

Tints of Shamrock #3CD5AF

Color information

#3CD5AF (or 0x3CD5AF) is unknown color: approx Shamrock. HEX triplet: 3C, D5 and AF. RGB value is (60,213,175). Sum of RGB (Red+Green+Blue) = 60+213+175=448 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.39% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 213 - color contains mainly: green. Hex color #3CD5AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CD5AF is #C32A50. Grayscale: #A2A2A2. Windows color (decimal): -12790353 or 11523388. OLE color: 11523388.

HSL color Cylindrical-coordinate representation of color #3CD5AF: hue angle of 165.1º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD5AF is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB60213175-
CMYK0.7200.180.16
HSL165.1º64.56%53.53%-
HSV(B)165.1º71.83%83.53%-
XYZ33.451.6448.77-
YUV162.92134.8154.59-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.39%
GREEN value IS 213 (83.59% from 255) = 47.54%
BLUE value IS 175 (68.75% from 255) = 39.06%
R=13.39%
G=47.54%
B=39.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal602131750.7200.180.16165.164.5653.53
Hex3CD5AF4801210a54136
Octal743252571100222024510166
Binary1111001101010110101111100100001001010000101001011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CD5AF; }

 p { color: rgb(60,213,175); }

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

<style>
 a { background-color: #3CD5AF; }

 a { background-color: rgb(60,213,175); }

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

<style>
 span { border-color: #3CD5AF; }

 span { border-color: rgb(60,213,175); }

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