#38AC69

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

Shades of Medium Sea Green #38AC69

Tints of Medium Sea Green #38AC69

Color information

#38AC69 (or 0x38AC69) is unknown color: approx Medium Sea Green. HEX triplet: 38, AC and 69. RGB value is (56,172,105). Sum of RGB (Red+Green+Blue) = 56+172+105=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #38AC69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AC69 is #C75396. Grayscale: #818181. Windows color (decimal): -13063063 or 6925368. OLE color: 6925368.

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

Color convert

RGB56172105-
CMYK0.6700.390.33
HSL145.34º50.88%44.71%-
HSV(B)145.34º67.44%67.45%-
XYZ18.9331.3718.42-
YUV129.68114.0775.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.82%
GREEN value IS 172 (67.58% from 255) = 51.65%
BLUE value IS 105 (41.41% from 255) = 31.53%
R=16.82%
G=51.65%
B=31.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561721050.6700.390.33145.3450.8844.71
Hex38AC69430272191332d
Octal70254151103047412216355
Binary1110001010110011010011000011010011110000110010001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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