#38bf70

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

Shades of Medium Sea Green #38BF70

Tints of Medium Sea Green #38BF70

Color information

#38BF70 (or 0x38BF70) is unknown color: approx Medium Sea Green. HEX triplet: 38, BF and 70. RGB value is (56,191,112). Sum of RGB (Red+Green+Blue) = 56+191+112=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 191 (75% from 255 or 53.20% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 191 - color contains mainly: green. Hex color #38BF70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BF70 is #C7408F. Grayscale: #8D8D8D. Windows color (decimal): -13058192 or 7388984. OLE color: 7388984.

HSL color Cylindrical-coordinate representation of color #38BF70: hue angle of 144.89º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38BF70 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB56191112-
CMYK0.7100.410.25
HSL144.89º54.66%48.43%-
HSV(B)144.89º70.68%74.9%-
XYZ23.1939.2721.69-
YUV141.63111.2766.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.60%
GREEN value IS 191 (75% from 255) = 53.20%
BLUE value IS 112 (44.14% from 255) = 31.20%
R=15.60%
G=53.20%
B=31.20%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal561911120.7100.410.25144.8954.6648.43
Hex38BF704702919913730
Octal70277160107051312216760
Binary111000101111111110000100011101010011100110010001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38bf70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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