#38BD73

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

Shades of Medium Sea Green #38BD73

Tints of Medium Sea Green #38BD73

Color information

#38BD73 (or 0x38BD73) is unknown color: approx Medium Sea Green. HEX triplet: 38, BD and 73. RGB value is (56,189,115). Sum of RGB (Red+Green+Blue) = 56+189+115=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 189 (74.22% from 255 or 52.5% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 189 - color contains mainly: green. Hex color #38BD73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BD73 is #C7428C. Grayscale: #8C8C8C. Windows color (decimal): -13058701 or 7585080. OLE color: 7585080.

HSL color Cylindrical-coordinate representation of color #38BD73: hue angle of 146.62º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BD73 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB56189115-
CMYK0.7000.390.26
HSL146.62º54.29%48.04%-
HSV(B)146.62º70.37%74.12%-
XYZ22.9238.4722.44-
YUV140.8113.4467.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.56%
GREEN value IS 189 (74.22% from 255) = 52.5%
BLUE value IS 115 (45.31% from 255) = 31.94%
R=15.56%
G=52.5%
B=31.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal561891150.7000.390.26146.6254.2948.04
Hex38BD73460271A933630
Octal70275163106047322236660
Binary111000101111011110011100011001001111101010010011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,189,115); }

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

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

 a { background-color: rgb(56,189,115); }

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

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

 span { border-color: rgb(56,189,115); }

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