#38B47A

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

Shades of Medium Sea Green #38B47A

Tints of Medium Sea Green #38B47A

Color information

#38B47A (or 0x38B47A) is unknown color: approx Medium Sea Green. HEX triplet: 38, B4 and 7A. RGB value is (56,180,122). Sum of RGB (Red+Green+Blue) = 56+180+122=358 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.64% from 358); Green value is 180 (70.70% from 255 or 50.28% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 180 - color contains mainly: green. Hex color #38B47A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38B47A is #C74B85. Grayscale: #888888. Windows color (decimal): -13060998 or 8041528. OLE color: 8041528.

HSL color Cylindrical-coordinate representation of color #38B47A: hue angle of 151.94º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B47A is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB56180122-
CMYK0.6900.320.29
HSL151.94º52.54%46.27%-
HSV(B)151.94º68.89%70.59%-
XYZ21.4634.8924.02-
YUV136.31119.9270.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.64%
GREEN value IS 180 (70.70% from 255) = 50.28%
BLUE value IS 122 (48.05% from 255) = 34.08%
R=15.64%
G=50.28%
B=34.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561801220.6900.320.29151.9452.5446.27
Hex38B47A450201D98352e
Octal70264172105040352306556
Binary111000101101001111010100010101000001110110011000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,180,122); }

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

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

 a { background-color: rgb(56,180,122); }

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

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

 span { border-color: rgb(56,180,122); }

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