#38DDA5

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

Shades of Shamrock #38DDA5

Tints of Shamrock #38DDA5

Color information

#38DDA5 (or 0x38DDA5) is unknown color: approx Shamrock. HEX triplet: 38, DD and A5. RGB value is (56,221,165). Sum of RGB (Red+Green+Blue) = 56+221+165=442 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.67% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #38DDA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38DDA5 is #C7225A. Grayscale: #A5A5A5. Windows color (decimal): -13050459 or 10870072. OLE color: 10870072.

HSL color Cylindrical-coordinate representation of color #38DDA5: hue angle of 159.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DDA5 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB56221165-
CMYK0.7500.250.13
HSL159.64º70.82%54.31%-
HSV(B)159.64º74.66%86.67%-
XYZ34.2855.2744.46-
YUV165.28127.8450.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.67%
GREEN value IS 221 (86.72% from 255) = 50%
BLUE value IS 165 (64.84% from 255) = 37.33%
R=12.67%
G=50%
B=37.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal562211650.7500.250.13159.6470.8254.31
Hex38DDA54B019Da04736
Octal703352451130311524010766
Binary111000110111011010010110010110110011101101000001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38DDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38DDA5; }

 p { color: rgb(56,221,165); }

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

<style>
 a { background-color: #38DDA5; }

 a { background-color: rgb(56,221,165); }

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

<style>
 span { border-color: #38DDA5; }

 span { border-color: rgb(56,221,165); }

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