#38AD72

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

Shades of Medium Sea Green #38AD72

Tints of Medium Sea Green #38AD72

Color information

#38AD72 (or 0x38AD72) is unknown color: approx Medium Sea Green. HEX triplet: 38, AD and 72. RGB value is (56,173,114). Sum of RGB (Red+Green+Blue) = 56+173+114=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 173 (67.97% from 255 or 50.44% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 173 - color contains mainly: green. Hex color #38AD72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AD72 is #C7528D. Grayscale: #838383. Windows color (decimal): -13062798 or 7515448. OLE color: 7515448.

HSL color Cylindrical-coordinate representation of color #38AD72: hue angle of 149.74º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AD72 is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB56173114-
CMYK0.6800.340.32
HSL149.74º51.09%44.9%-
HSV(B)149.74º67.63%67.84%-
XYZ19.6131.9421.05-
YUV131.29118.2474.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.33%
GREEN value IS 173 (67.97% from 255) = 50.44%
BLUE value IS 114 (44.92% from 255) = 33.24%
R=16.33%
G=50.44%
B=33.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561731140.6800.340.32149.7451.0944.9
Hex38AD72440222096332d
Octal70255162104042402266355
Binary1110001010110111100101000100010001010000010010110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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