#38ab6f

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

Shades of Medium Sea Green #38AB6F

Tints of Medium Sea Green #38AB6F

Color information

#38AB6F (or 0x38AB6F) is unknown color: approx Medium Sea Green. HEX triplet: 38, AB and 6F. RGB value is (56,171,111). Sum of RGB (Red+Green+Blue) = 56+171+111=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 171 (67.19% from 255 or 50.59% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AB6F is #C75490. Grayscale: #818181. Windows color (decimal): -13063313 or 7318328. OLE color: 7318328.

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

Color convert

RGB56171111-
CMYK0.6700.350.33
HSL148.7º50.66%44.51%-
HSV(B)148.7º67.25%67.06%-
XYZ19.0631.1120.04-
YUV129.78117.475.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.57%
GREEN value IS 171 (67.19% from 255) = 50.59%
BLUE value IS 111 (43.75% from 255) = 32.84%
R=16.57%
G=50.59%
B=32.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561711110.6700.350.33148.750.6644.51
Hex38AB6F430232195332d
Octal70253157103043412256355
Binary1110001010101111011111000011010001110000110010101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38ab6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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