#38B360

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

Shades of Medium Sea Green #38B360

Tints of Medium Sea Green #38B360

Color information

#38B360 (or 0x38B360) is unknown color: approx Medium Sea Green. HEX triplet: 38, B3 and 60. RGB value is (56,179,96). Sum of RGB (Red+Green+Blue) = 56+179+96=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 179 (70.31% from 255 or 54.08% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 179 - color contains mainly: green. Hex color #38B360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38B360 is #C74C9F. Grayscale: #848484. Windows color (decimal): -13061280 or 6337336. OLE color: 6337336.

HSL color Cylindrical-coordinate representation of color #38B360: hue angle of 139.51º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B360 is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB5617996-
CMYK0.6900.460.30
HSL139.51º52.34%46.08%-
HSV(B)139.51º68.72%70.2%-
XYZ19.8633.9316.57-
YUV132.76107.2573.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.92%
GREEN value IS 179 (70.31% from 255) = 54.08%
BLUE value IS 96 (37.89% from 255) = 29.00%
R=16.92%
G=54.08%
B=29.00%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal56179960.6900.460.30139.5152.3446.08
Hex38B3604502E1E8c342e
Octal70263140105056362146456
Binary111000101100111100000100010101011101111010001100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,179,96); }

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

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

 a { background-color: rgb(56,179,96); }

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

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

 span { border-color: rgb(56,179,96); }

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