#38A172

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

Shades of Medium Sea Green #38A172

Tints of Medium Sea Green #38A172

Color information

#38A172 (or 0x38A172) is unknown color: approx Medium Sea Green. HEX triplet: 38, A1 and 72. RGB value is (56,161,114). Sum of RGB (Red+Green+Blue) = 56+161+114=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 161 (63.28% from 255 or 48.64% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 161 - color contains mainly: green. Hex color #38A172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A172 is #C75E8D. Grayscale: #7C7C7C. Windows color (decimal): -13065870 or 7512376. OLE color: 7512376.

HSL color Cylindrical-coordinate representation of color #38A172: hue angle of 153.14º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A172 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB56161114-
CMYK0.6500.290.37
HSL153.14º48.39%42.55%-
HSV(B)153.14º65.22%63.14%-
XYZ17.4127.5520.32-
YUV124.25122.2179.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.92%
GREEN value IS 161 (63.28% from 255) = 48.64%
BLUE value IS 114 (44.92% from 255) = 34.44%
R=16.92%
G=48.64%
B=34.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal561611140.6500.290.37153.1448.3942.55
Hex38A1724101D2599302b
Octal70241162101035452316053
Binary111000101000011110010100000101110110010110011001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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