#38E97B

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

Shades of Emerald #38E97B

Tints of Emerald #38E97B

Color information

#38E97B (or 0x38E97B) is unknown color: approx Emerald. HEX triplet: 38, E9 and 7B. RGB value is (56,233,123). Sum of RGB (Red+Green+Blue) = 56+233+123=412 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.59% from 412); Green value is 233 (91.41% from 255 or 56.55% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 233 - color contains mainly: green. Hex color #38E97B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38E97B is #C71684. Grayscale: #A7A7A7. Windows color (decimal): -13047429 or 8120632. OLE color: 8120632.

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

Color convert

RGB56233123-
CMYK0.7600.470.09
HSL142.71º80.09%56.67%-
HSV(B)142.71º75.97%91.37%-
XYZ34.3460.5528.62-
YUV167.54102.8648.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.59%
GREEN value IS 233 (91.41% from 255) = 56.55%
BLUE value IS 123 (48.44% from 255) = 29.85%
R=13.59%
G=56.55%
B=29.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal562331230.7600.470.09142.7180.0956.67
Hex38E97B4C02F98f5039
Octal703511731140571121712071
Binary111000111010011111011100110001011111001100011111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,233,123); }

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

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

 a { background-color: rgb(56,233,123); }

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

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

 span { border-color: rgb(56,233,123); }

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