#38AF61

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

Shades of Medium Sea Green #38AF61

Tints of Medium Sea Green #38AF61

Color information

#38AF61 (or 0x38AF61) is unknown color: approx Medium Sea Green. HEX triplet: 38, AF and 61. RGB value is (56,175,97). Sum of RGB (Red+Green+Blue) = 56+175+97=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 175 (68.75% from 255 or 53.35% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AF61 is #C7509E. Grayscale: #828282. Windows color (decimal): -13062303 or 6401848. OLE color: 6401848.

HSL color Cylindrical-coordinate representation of color #38AF61: hue angle of 140.67º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AF61 is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB5617597-
CMYK0.6800.450.31
HSL140.67º51.52%45.29%-
HSV(B)140.67º68%68.63%-
XYZ19.1232.3616.55-
YUV130.53109.0874.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.07%
GREEN value IS 175 (68.75% from 255) = 53.35%
BLUE value IS 97 (38.28% from 255) = 29.57%
R=17.07%
G=53.35%
B=29.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56175970.6800.450.31140.6751.5245.29
Hex38AF614402D1F8d342d
Octal70257141104055372156455
Binary111000101011111100001100010001011011111110001101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,175,97); }

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

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

 a { background-color: rgb(56,175,97); }

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

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

 span { border-color: rgb(56,175,97); }

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