#38A96A

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

Shades of Medium Sea Green #38A96A

Tints of Medium Sea Green #38A96A

Color information

#38A96A (or 0x38A96A) is unknown color: approx Medium Sea Green. HEX triplet: 38, A9 and 6A. RGB value is (56,169,106). Sum of RGB (Red+Green+Blue) = 56+169+106=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 169 (66.41% from 255 or 51.06% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 169 - color contains mainly: green. Hex color #38A96A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A96A is #C75695. Grayscale: #808080. Windows color (decimal): -13063830 or 6990136. OLE color: 6990136.

HSL color Cylindrical-coordinate representation of color #38A96A: hue angle of 146.55º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38A96A is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB56169106-
CMYK0.6700.370.34
HSL146.55º50.22%44.12%-
HSV(B)146.55º66.86%66.27%-
XYZ18.4230.2618.51-
YUV128.03115.5676.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.92%
GREEN value IS 169 (66.41% from 255) = 51.06%
BLUE value IS 106 (41.80% from 255) = 32.02%
R=16.92%
G=51.06%
B=32.02%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal561691060.6700.370.34146.5550.2244.12
Hex38A96A430252293322c
Octal70251152103045422236254
Binary1110001010100111010101000011010010110001010010011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,169,106); }

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

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

 a { background-color: rgb(56,169,106); }

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

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

 span { border-color: rgb(56,169,106); }

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