#38AF71

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

Shades of Medium Sea Green #38AF71

Tints of Medium Sea Green #38AF71

Color information

#38AF71 (or 0x38AF71) is unknown color: approx Medium Sea Green. HEX triplet: 38, AF and 71. RGB value is (56,175,113). Sum of RGB (Red+Green+Blue) = 56+175+113=344 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.28% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AF71 is #C7508E. Grayscale: #848484. Windows color (decimal): -13062287 or 7450424. OLE color: 7450424.

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

Color convert

RGB56175113-
CMYK0.6800.350.31
HSL148.74º51.52%45.29%-
HSV(B)148.74º68%68.63%-
XYZ19.9432.6920.88-
YUV132.35117.0873.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.28%
GREEN value IS 175 (68.75% from 255) = 50.87%
BLUE value IS 113 (44.53% from 255) = 32.85%
R=16.28%
G=50.87%
B=32.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561751130.6800.350.31148.7451.5245.29
Hex38AF71440231F95342d
Octal70257161104043372256455
Binary111000101011111110001100010001000111111110010101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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