#38AB76

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

Shades of Medium Sea Green #38AB76

Tints of Medium Sea Green #38AB76

Color information

#38AB76 (or 0x38AB76) is unknown color: approx Medium Sea Green. HEX triplet: 38, AB and 76. RGB value is (56,171,118). Sum of RGB (Red+Green+Blue) = 56+171+118=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AB76 is #C75489. Grayscale: #828282. Windows color (decimal): -13063306 or 7777080. OLE color: 7777080.

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

Color convert

RGB56171118-
CMYK0.6700.310.33
HSL152.35º50.66%44.51%-
HSV(B)152.35º67.25%67.06%-
XYZ19.4631.2722.15-
YUV130.57120.974.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.23%
GREEN value IS 171 (67.19% from 255) = 49.57%
BLUE value IS 118 (46.48% from 255) = 34.20%
R=16.23%
G=49.57%
B=34.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561711180.6700.310.33152.3550.6644.51
Hex38AB764301F2198332d
Octal70253166103037412306355
Binary111000101010111110110100001101111110000110011000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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