#38AB72

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

Shades of Medium Sea Green #38AB72

Tints of Medium Sea Green #38AB72

Color information

#38AB72 (or 0x38AB72) is unknown color: approx Medium Sea Green. HEX triplet: 38, AB and 72. RGB value is (56,171,114). Sum of RGB (Red+Green+Blue) = 56+171+114=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AB72 is #C7548D. Grayscale: #828282. Windows color (decimal): -13063310 or 7514936. OLE color: 7514936.

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

Color convert

RGB56171114-
CMYK0.6700.330.33
HSL150.26º50.66%44.51%-
HSV(B)150.26º67.25%67.06%-
XYZ19.2331.1820.92-
YUV130.12118.975.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.42%
GREEN value IS 171 (67.19% from 255) = 50.15%
BLUE value IS 114 (44.92% from 255) = 33.43%
R=16.42%
G=50.15%
B=33.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561711140.6700.330.33150.2650.6644.51
Hex38AB72430212196332d
Octal70253162103041412266355
Binary1110001010101111100101000011010000110000110010110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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