#38B170

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

Shades of Medium Sea Green #38B170

Tints of Medium Sea Green #38B170

Color information

#38B170 (or 0x38B170) is unknown color: approx Medium Sea Green. HEX triplet: 38, B1 and 70. RGB value is (56,177,112). Sum of RGB (Red+Green+Blue) = 56+177+112=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 177 (69.53% from 255 or 51.30% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 177 - color contains mainly: green. Hex color #38B170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38B170 is #C74E8F. Grayscale: #858585. Windows color (decimal): -13061776 or 7385400. OLE color: 7385400.

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

Color convert

RGB56177112-
CMYK0.6800.370.31
HSL147.77º51.93%45.69%-
HSV(B)147.77º68.36%69.41%-
XYZ20.2833.4520.72-
YUV133.41115.9172.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.23%
GREEN value IS 177 (69.53% from 255) = 51.30%
BLUE value IS 112 (44.14% from 255) = 32.46%
R=16.23%
G=51.30%
B=32.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561771120.6800.370.31147.7751.9345.69
Hex38B170440251F94342e
Octal70261160104045372246456
Binary111000101100011110000100010001001011111110010100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,177,112); }

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

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

 a { background-color: rgb(56,177,112); }

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

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

 span { border-color: rgb(56,177,112); }

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