#38AA66

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

Shades of Medium Sea Green #38AA66

Tints of Medium Sea Green #38AA66

Color information

#38AA66 (or 0x38AA66) is unknown color: approx Medium Sea Green. HEX triplet: 38, AA and 66. RGB value is (56,170,102). Sum of RGB (Red+Green+Blue) = 56+170+102=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 170 (66.80% from 255 or 51.83% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AA66 is #C75599. Grayscale: #808080. Windows color (decimal): -13063578 or 6728248. OLE color: 6728248.

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

Color convert

RGB56170102-
CMYK0.6700.40.33
HSL144.21º50.44%44.31%-
HSV(B)144.21º67.06%66.67%-
XYZ18.430.5517.5-
YUV128.16113.2376.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.07%
GREEN value IS 170 (66.80% from 255) = 51.83%
BLUE value IS 102 (40.23% from 255) = 31.10%
R=17.07%
G=51.83%
B=31.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561701020.6700.40.33144.2150.4444.31
Hex38AA66430282190322c
Octal70252146103050412206254
Binary1110001010101011001101000011010100010000110010000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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