#38A972

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

Shades of Medium Sea Green #38A972

Tints of Medium Sea Green #38A972

Color information

#38A972 (or 0x38A972) is unknown color: approx Medium Sea Green. HEX triplet: 38, A9 and 72. RGB value is (56,169,114). Sum of RGB (Red+Green+Blue) = 56+169+114=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 169 (66.41% from 255 or 49.85% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 169 - color contains mainly: green. Hex color #38A972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A972 is #C7568D. Grayscale: #818181. Windows color (decimal): -13063822 or 7514424. OLE color: 7514424.

HSL color Cylindrical-coordinate representation of color #38A972: hue angle of 150.8º 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 #38A972 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB56169114-
CMYK0.6700.330.34
HSL150.8º50.22%44.12%-
HSV(B)150.8º66.86%66.27%-
XYZ18.8630.4320.8-
YUV128.94119.5675.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.52%
GREEN value IS 169 (66.41% from 255) = 49.85%
BLUE value IS 114 (44.92% from 255) = 33.63%
R=16.52%
G=49.85%
B=33.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal561691140.6700.330.34150.850.2244.12
Hex38A972430212297322c
Octal70251162103041422276254
Binary1110001010100111100101000011010000110001010010111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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