#38D1AD

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

Shades of Shamrock #38D1AD

Tints of Shamrock #38D1AD

Color information

#38D1AD (or 0x38D1AD) is unknown color: approx Shamrock. HEX triplet: 38, D1 and AD. RGB value is (56,209,173). Sum of RGB (Red+Green+Blue) = 56+209+173=438 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.79% from 438); Green value is 209 (82.03% from 255 or 47.72% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 209 - color contains mainly: green. Hex color #38D1AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D1AD is #C72E52. Grayscale: #9F9F9F. Windows color (decimal): -13053523 or 11391288. OLE color: 11391288.

HSL color Cylindrical-coordinate representation of color #38D1AD: hue angle of 165.88º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D1AD is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB56209173-
CMYK0.7300.170.18
HSL165.88º62.45%51.96%-
HSV(B)165.88º73.21%81.96%-
XYZ31.9749.4647.4-
YUV159.15135.8154.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.79%
GREEN value IS 209 (82.03% from 255) = 47.72%
BLUE value IS 173 (67.97% from 255) = 39.50%
R=12.79%
G=47.72%
B=39.50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal562091730.7300.170.18165.8862.4551.96
Hex38D1AD4901112a63e34
Octal70321255111021222467664
Binary111000110100011010110110010010100011001010100110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,209,173); }

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

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

 a { background-color: rgb(56,209,173); }

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

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

 span { border-color: rgb(56,209,173); }

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