#38AF74

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

Shades of Medium Sea Green #38AF74

Tints of Medium Sea Green #38AF74

Color information

#38AF74 (or 0x38AF74) is unknown color: approx Medium Sea Green. HEX triplet: 38, AF and 74. RGB value is (56,175,116). Sum of RGB (Red+Green+Blue) = 56+175+116=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AF74 is #C7508B. Grayscale: #848484. Windows color (decimal): -13062284 or 7647032. OLE color: 7647032.

HSL color Cylindrical-coordinate representation of color #38AF74: hue angle of 150.25º 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 #38AF74 is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB56175116-
CMYK0.6800.340.31
HSL150.25º51.52%45.29%-
HSV(B)150.25º68%68.63%-
XYZ20.1132.7621.79-
YUV132.69118.5873.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.14%
GREEN value IS 175 (68.75% from 255) = 50.43%
BLUE value IS 116 (45.70% from 255) = 33.43%
R=16.14%
G=50.43%
B=33.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561751160.6800.340.31150.2551.5245.29
Hex38AF74440221F96342d
Octal70257164104042372266455
Binary111000101011111110100100010001000101111110010110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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