#38B97D

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

Shades of Medium Sea Green #38B97D

Tints of Medium Sea Green #38B97D

Color information

#38B97D (or 0x38B97D) is unknown color: approx Medium Sea Green. HEX triplet: 38, B9 and 7D. RGB value is (56,185,125). Sum of RGB (Red+Green+Blue) = 56+185+125=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 185 (72.66% from 255 or 50.55% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 185 - color contains mainly: green. Hex color #38B97D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38B97D is #C74682. Grayscale: #8B8B8B. Windows color (decimal): -13059715 or 8239416. OLE color: 8239416.

HSL color Cylindrical-coordinate representation of color #38B97D: hue angle of 152.09º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38B97D is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB56185125-
CMYK0.7000.320.27
HSL152.09º53.53%47.25%-
HSV(B)152.09º69.73%72.55%-
XYZ22.6837.0225.35-
YUV139.59119.7668.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.30%
GREEN value IS 185 (72.66% from 255) = 50.55%
BLUE value IS 125 (49.22% from 255) = 34.15%
R=15.30%
G=50.55%
B=34.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal561851250.7000.320.27152.0953.5347.25
Hex38B97D460201B98362f
Octal70271175106040332306657
Binary111000101110011111101100011001000001101110011000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,185,125); }

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

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

 a { background-color: rgb(56,185,125); }

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

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

 span { border-color: rgb(56,185,125); }

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