#38DCAA

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

Shades of Shamrock #38DCAA

Tints of Shamrock #38DCAA

Color information

#38DCAA (or 0x38DCAA) is unknown color: approx Shamrock. HEX triplet: 38, DC and AA. RGB value is (56,220,170). Sum of RGB (Red+Green+Blue) = 56+220+170=446 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.56% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #38DCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38DCAA is #C72355. Grayscale: #A5A5A5. Windows color (decimal): -13050710 or 11197496. OLE color: 11197496.

HSL color Cylindrical-coordinate representation of color #38DCAA: hue angle of 161.71º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DCAA is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB56220170-
CMYK0.7500.230.14
HSL161.71º70.09%54.12%-
HSV(B)161.71º74.55%86.27%-
XYZ34.4854.9346.82-
YUV165.26130.6750.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.56%
GREEN value IS 220 (86.33% from 255) = 49.33%
BLUE value IS 170 (66.80% from 255) = 38.12%
R=12.56%
G=49.33%
B=38.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal562201700.7500.230.14161.7170.0954.12
Hex38DCAA4B017Ea24636
Octal703342521130271624210666
Binary111000110111001010101010010110101111110101000101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38DCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,220,170); }

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

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

 a { background-color: rgb(56,220,170); }

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

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

 span { border-color: rgb(56,220,170); }

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