#38aa6b

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

Shades of Medium Sea Green #38AA6B

Tints of Medium Sea Green #38AA6B

Color information

#38AA6B (or 0x38AA6B) is unknown color: approx Medium Sea Green. HEX triplet: 38, AA and 6B. RGB value is (56,170,107). Sum of RGB (Red+Green+Blue) = 56+170+107=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AA6B is #C75594. Grayscale: #808080. Windows color (decimal): -13063573 or 7055928. OLE color: 7055928.

HSL color Cylindrical-coordinate representation of color #38AA6B: hue angle of 146.84º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AA6B is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB56170107-
CMYK0.6700.370.33
HSL146.84º50.44%44.31%-
HSV(B)146.84º67.06%66.67%-
XYZ18.6630.6518.84-
YUV128.73115.7376.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.82%
GREEN value IS 170 (66.80% from 255) = 51.05%
BLUE value IS 107 (42.19% from 255) = 32.13%
R=16.82%
G=51.05%
B=32.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561701070.6700.370.33146.8450.4444.31
Hex38AA6B430252193322c
Octal70252153103045412236254
Binary1110001010101011010111000011010010110000110010011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38aa6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,170,107); }

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

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

 a { background-color: rgb(56,170,107); }

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

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

 span { border-color: rgb(56,170,107); }

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