#38DDA2

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

Shades of Shamrock #38DDA2

Tints of Shamrock #38DDA2

Color information

#38DDA2 (or 0x38DDA2) is unknown color: approx Shamrock. HEX triplet: 38, DD and A2. RGB value is (56,221,162). Sum of RGB (Red+Green+Blue) = 56+221+162=439 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.76% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #38DDA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38DDA2 is #C7225D. Grayscale: #A5A5A5. Windows color (decimal): -13050462 or 10673464. OLE color: 10673464.

HSL color Cylindrical-coordinate representation of color #38DDA2: hue angle of 158.55º 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 #38DDA2 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB56221162-
CMYK0.7500.270.13
HSL158.55º70.82%54.31%-
HSV(B)158.55º74.66%86.67%-
XYZ34.0155.1643.04-
YUV164.94126.3450.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.76%
GREEN value IS 221 (86.72% from 255) = 50.34%
BLUE value IS 162 (63.67% from 255) = 36.90%
R=12.76%
G=50.34%
B=36.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal562211620.7500.270.13158.5570.8254.31
Hex38DDA24B01BD9f4736
Octal703352421130331523710766
Binary111000110111011010001010010110110111101100111111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38DDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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