#38B665

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

Shades of Medium Sea Green #38B665

Tints of Medium Sea Green #38B665

Color information

#38B665 (or 0x38B665) is unknown color: approx Medium Sea Green. HEX triplet: 38, B6 and 65. RGB value is (56,182,101). Sum of RGB (Red+Green+Blue) = 56+182+101=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 182 (71.48% from 255 or 53.69% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 182 - color contains mainly: green. Hex color #38B665 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38B665 is #C7499A. Grayscale: #878787. Windows color (decimal): -13060507 or 6665784. OLE color: 6665784.

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

Color convert

RGB56182101-
CMYK0.6900.450.29
HSL141.43º52.94%46.67%-
HSV(B)141.43º69.23%71.37%-
XYZ20.7135.2418.02-
YUV135.09108.7671.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.52%
GREEN value IS 182 (71.48% from 255) = 53.69%
BLUE value IS 101 (39.84% from 255) = 29.79%
R=16.52%
G=53.69%
B=29.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561821010.6900.450.29141.4352.9446.67
Hex38B6654502D1D8d352f
Octal70266145105055352156557
Binary111000101101101100101100010101011011110110001101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,182,101); }

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

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

 a { background-color: rgb(56,182,101); }

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

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

 span { border-color: rgb(56,182,101); }

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