#38E7B0

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

Shades of Shamrock #38E7B0

Tints of Shamrock #38E7B0

Color information

#38E7B0 (or 0x38E7B0) is unknown color: approx Shamrock. HEX triplet: 38, E7 and B0. RGB value is (56,231,176). Sum of RGB (Red+Green+Blue) = 56+231+176=463 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.10% from 463); Green value is 231 (90.62% from 255 or 49.89% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 231 - color contains mainly: green. Hex color #38E7B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38E7B0 is #C7184F. Grayscale: #ACACAC. Windows color (decimal): -13047888 or 11593528. OLE color: 11593528.

HSL color Cylindrical-coordinate representation of color #38E7B0: hue angle of 161.14º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E7B0 is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB56231176-
CMYK0.7600.240.09
HSL161.14º78.48%56.27%-
HSV(B)161.14º75.76%90.59%-
XYZ38.0461.1350.87-
YUV172.4130.0244.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.10%
GREEN value IS 231 (90.62% from 255) = 49.89%
BLUE value IS 176 (69.14% from 255) = 38.01%
R=12.10%
G=49.89%
B=38.01%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal562311760.7600.240.09161.1478.4856.27
Hex38E7B04C0189a14e38
Octal703472601140301124111670
Binary111000111001111011000010011000110001001101000011001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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