#38AF62

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

Shades of Medium Sea Green #38AF62

Tints of Medium Sea Green #38AF62

Color information

#38AF62 (or 0x38AF62) is unknown color: approx Medium Sea Green. HEX triplet: 38, AF and 62. RGB value is (56,175,98). Sum of RGB (Red+Green+Blue) = 56+175+98=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 175 (68.75% from 255 or 53.19% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AF62 is #C7509D. Grayscale: #828282. Windows color (decimal): -13062302 or 6467384. OLE color: 6467384.

HSL color Cylindrical-coordinate representation of color #38AF62: hue angle of 141.18º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AF62 is Cyan = 0.68, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB5617598-
CMYK0.6800.440.31
HSL141.18º51.52%45.29%-
HSV(B)141.18º68%68.63%-
XYZ19.1732.3816.8-
YUV130.64109.5874.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.02%
GREEN value IS 175 (68.75% from 255) = 53.19%
BLUE value IS 98 (38.67% from 255) = 29.79%
R=17.02%
G=53.19%
B=29.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56175980.6800.440.31141.1851.5245.29
Hex38AF624402C1F8d342d
Octal70257142104054372156455
Binary111000101011111100010100010001011001111110001101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,175,98); }

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

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

 a { background-color: rgb(56,175,98); }

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

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

 span { border-color: rgb(56,175,98); }

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