#38A870

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

Shades of Medium Sea Green #38A870

Tints of Medium Sea Green #38A870

Color information

#38A870 (or 0x38A870) is unknown color: approx Medium Sea Green. HEX triplet: 38, A8 and 70. RGB value is (56,168,112). Sum of RGB (Red+Green+Blue) = 56+168+112=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 168 (66.02% from 255 or 50% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 168 - color contains mainly: green. Hex color #38A870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A870 is #C7578F. Grayscale: #808080. Windows color (decimal): -13064080 or 7383096. OLE color: 7383096.

HSL color Cylindrical-coordinate representation of color #38A870: hue angle of 150º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38A870 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB56168112-
CMYK0.6700.330.34
HSL150º50%43.92%-
HSV(B)150º66.67%65.88%-
XYZ18.5630.0220.14-
YUV128.13118.8976.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.67%
GREEN value IS 168 (66.02% from 255) = 50%
BLUE value IS 112 (44.14% from 255) = 33.33%
R=16.67%
G=50%
B=33.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal561681120.6700.330.341505043.92
Hex38A870430212296322c
Octal70250160103041422266254
Binary1110001010100011100001000011010000110001010010110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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