#38B47D

Color #38B47D Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #38B47D

Tints of Medium Sea Green #38B47D

Color information

#38B47D (or 0x38B47D) is unknown color: approx Medium Sea Green. HEX triplet: 38, B4 and 7D. RGB value is (56,180,125). Sum of RGB (Red+Green+Blue) = 56+180+125=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 180 (70.70% from 255 or 49.86% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 180 - color contains mainly: green. Hex color #38B47D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38B47D is #C74B82. Grayscale: #888888. Windows color (decimal): -13060995 or 8238136. OLE color: 8238136.

HSL color Cylindrical-coordinate representation of color #38B47D: hue angle of 153.39º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B47D is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB56180125-
CMYK0.6900.310.29
HSL153.39º52.54%46.27%-
HSV(B)153.39º68.89%70.59%-
XYZ21.6534.9625.01-
YUV136.65121.4270.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.51%
GREEN value IS 180 (70.70% from 255) = 49.86%
BLUE value IS 125 (49.22% from 255) = 34.63%
R=15.51%
G=49.86%
B=34.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561801250.6900.310.29153.3952.5446.27
Hex38B47D4501F1D99352e
Octal70264175105037352316556
Binary11100010110100111110110001010111111110110011001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,180,125); }

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

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

 a { background-color: rgb(56,180,125); }

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

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

 span { border-color: rgb(56,180,125); }

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