#38DEB0

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

Shades of Shamrock #38DEB0

Tints of Shamrock #38DEB0

Color information

#38DEB0 (or 0x38DEB0) is unknown color: approx Shamrock. HEX triplet: 38, DE and B0. RGB value is (56,222,176). Sum of RGB (Red+Green+Blue) = 56+222+176=454 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.33% from 454); Green value is 222 (87.11% from 255 or 48.90% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 222 - color contains mainly: green. Hex color #38DEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38DEB0 is #C7214F. Grayscale: #A7A7A7. Windows color (decimal): -13050192 or 11591224. OLE color: 11591224.

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

Color convert

RGB56222176-
CMYK0.7500.210.13
HSL163.37º71.55%54.51%-
HSV(B)163.37º74.77%87.06%-
XYZ35.5956.2250.05-
YUV167.1213348.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.33%
GREEN value IS 222 (87.11% from 255) = 48.90%
BLUE value IS 176 (69.14% from 255) = 38.77%
R=12.33%
G=48.90%
B=38.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal562221760.7500.210.13163.3771.5554.51
Hex38DEB04B015Da34837
Octal703362601130251524311067
Binary111000110111101011000010010110101011101101000111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38DEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,222,176); }

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

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

 a { background-color: rgb(56,222,176); }

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

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

 span { border-color: rgb(56,222,176); }

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