#38AD69

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

Shades of Medium Sea Green #38AD69

Tints of Medium Sea Green #38AD69

Color information

#38AD69 (or 0x38AD69) is unknown color: approx Medium Sea Green. HEX triplet: 38, AD and 69. RGB value is (56,173,105). Sum of RGB (Red+Green+Blue) = 56+173+105=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 173 (67.97% from 255 or 51.80% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 173 - color contains mainly: green. Hex color #38AD69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AD69 is #C75296. Grayscale: #828282. Windows color (decimal): -13062807 or 6925624. OLE color: 6925624.

HSL color Cylindrical-coordinate representation of color #38AD69: hue angle of 145.13º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AD69 is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB56173105-
CMYK0.6800.390.32
HSL145.13º51.09%44.9%-
HSV(B)145.13º67.63%67.84%-
XYZ19.1231.7518.48-
YUV130.26113.7475.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.77%
GREEN value IS 173 (67.97% from 255) = 51.80%
BLUE value IS 105 (41.41% from 255) = 31.44%
R=16.77%
G=51.80%
B=31.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561731050.6800.390.32145.1351.0944.9
Hex38AD69440272091332d
Octal70255151104047402216355
Binary1110001010110111010011000100010011110000010010001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,173,105); }

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

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

 a { background-color: rgb(56,173,105); }

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

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

 span { border-color: rgb(56,173,105); }

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